ChaiScript 4.3.0 发布,这是最后一个需要 boost 支持的版本,这个以后的版本需要支持 C++11 编译器。 更新内容如下:
adds a "continue" statement
fixes use of suffixed numbers in vector initialization
merges pretty_print fixes
fixes threading problems
fixes a linking error on MacOS Mavericks
allows non-const globals
makes sure the user cannot name a variable with "::" in it
fixes various "size" and "count" calls for compilers which have weird overloads for them
makes the module search path relative to the currently-running executable
builds and works with wstring Windows builds.
ChaiScript 是第一个也是目前唯一一个与C++的兼容性的脚本语言,受 EMCAScript影响的嵌入式的功能性语言。
项目主页:http://code.google.com/p/chaiscript/
下载地址:http://code.google.com/p/chaiscript/downloads/list
来自:开源中国社区

