发布于 2016-03-01 00:21:42 | 177 次阅读 | 评论: 0 | 来源: 网友投递
ECL 嵌入式Lisp解析器
ECL (Embeddable Common-Lisp) 是一个嵌入式的 Common-Lisp 语言解析器,
可嵌入式的 Common Lisp —— ECL 发布 16.1.2 版本,下载地址:
该版本增强部分内容包括:
Added code walker (present in *features*
as :walker
)
Testing framework initial cleanup
Format fallbacks to prin1
if infinity or NaN are passed to it
Annotations are added at runtime (better integration with SLIME)
Mersenne-Twister RNG has new 64 bit implementation for appropriate machines
Add sockets implementation for the android platform
Add android build target (official android support)
Added Clang-specific pragmas to disable return type, unused value and excessive parentheses warnings, which are fairly harmless, but annoying and clutter user output.
详细介绍请看:
https://common-lisp.net/project/ecl/files/release/16.1.2/announcement.html