summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2012-06-02 19:51:49 +0300
committerZahary Karadjov <zahary@gmail.com>2012-06-02 19:51:49 +0300
commita1da1f987b28ed041c3f3ad2317e756e2125aa30 (patch)
tree0f847c024a7dec46b1fb43d8221af977cd5174d5 /web/news.txt
parent337e1ecc7c25c9215e8d4877e357b5c9a8f9f3f7 (diff)
downloadNim-a1da1f987b28ed041c3f3ad2317e756e2125aa30.tar.gz
Added system.staticExec proc for executing external command at compile-time
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index d6f2acef2..cdc318a6a 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -27,6 +27,8 @@ 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 ``macros.emit`` that can emit an arbitrary computed string as nimrod
   code during compilation.
 - Added ``strutils.parseEnum``.