diff options
author | Araq <rumpf_a@web.de> | 2012-06-22 08:30:55 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-06-22 08:30:55 +0200 |
commit | 0b509127d21b3aba735b363d6b8dfeb9b37d1f4d (patch) | |
tree | 9c90de9254e72c8dc9ff4d55141328b44aa8ac0a /web/news.txt | |
parent | 05c981ea9b906292063c0b24dd6d387d4e666e8a (diff) | |
download | Nim-0b509127d21b3aba735b363d6b8dfeb9b37d1f4d.tar.gz |
documentation improvements; added system.gorge (for Araq's fun)
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/web/news.txt b/web/news.txt index eeff4bf8a..feaa5c2aa 100755 --- a/web/news.txt +++ b/web/news.txt @@ -27,8 +27,9 @@ Library Additions assignments. - Added ``system.eval`` that can execute an anonymous block of code at compile time as if was a macro. -- Added ``system.staticExec`` for compile-time execution of external programs -- Added ``system.staticRead`` as a synonym for slurp +- Added ``system.staticExec`` and ``system.gorge`` for compile-time execution + of external programs. +- Added ``system.staticRead`` as a synonym for ``system.slurp``. - Added ``macros.emit`` that can emit an arbitrary computed string as nimrod code during compilation. - Added ``strutils.parseEnum``. @@ -41,10 +42,10 @@ Library Additions - Added a wrapper for ``libsvm``. - Added a wrapper for ``mongodb``. - Added ``terminal.isatty``. -- Added overload for ``system.items`` that can be used to iterate over the +- Added an overload for ``system.items`` that can be used to iterate over the values of an enum. - Added ``system.TInteger`` and ``system.TNumber`` type classes matching - any of the corresponding types available in nimrod. + any of the corresponding types available in Nimrod. - Added ``system.clamp`` to limit a value within an interval ``[a, b]``. - Added ``strutils.continuesWith``. - Added ``system.getStackTrace``. |