没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > minimallisp |
minimallisp
|
0 | 0 | 138 |
贡献者 | 讨论 | 代码提交 |
概述
http://code.google.com/p/minimallisp/
Minimal Lisp implemented in CI want some little Lisp implementation for understand Lisp. But I can't find any project that suit for me.
Short for easy to understanding whole program But MUST have macros Can compile on Windows, VisualC or other platform Don't need whole feature of Common Lisp or Scheme Rational numbers, big numbers, complex numbers, etc. GoalEasy to understand Easy to embed Portable Extensible Easy to program in Lisp Lot of debug information FeaturesArc like syntax Lexical scope Lisp-1 (same symbol table for variables and functions) Symbols are case sensitive Reader macro GC not work Eval on S expression (not byte code) See moreCoreDefinitions AdditionalModules
创建时间:2014-05-07 02:30