发布于 2015-05-10 00:01:06 | 242 次阅读 | 评论: 0 | 来源: 网友投递
ChaiScript C++兼容性脚本语言
ChaiScript 是第一个也是目前唯一一个与C++的兼容性的脚本语言,受 EMCAScript影响的嵌入式的功能性语言。
ChaiScript 是第一个也是目前唯一一个与C++的兼容性的脚本语言,受 EMCAScript影响的嵌入式的功能性语言。
ChaiScript 5.7.0 发布,此版本更新内容如下:
Significant code cleanups and reduction
Smaller builds
Faster compiles
Less runtime memory usage
~2x faster runtimes
biicode support
Generic objects with dynamic properties support
Add ability to call functions contained in properties
Add lambda captures
Create cheatsheet.md for all-in-one reference of features
Fix support for libc++
Eliminate clone of return value stored locally
Eliminate 'return' statements when last line of function
Reduce number of runtime exceptions occuring
Reduce copies / moves of return values.
make use
statement return value of last statement in file
Add ability to access fixed array sizes
Add support for scientific notation floating point literals #174 @totalgee
此版本现已提供下载: