LIME编程语言 介绍
LIME 是一个使用类似 LISP 语法的动态编程语言 。
It features partial function application, eager and lazy evaluation, call-by-
value and call-by-reference, macros, reading/writing LIME code as data, a
standard library including infinite streams, and an interactive mode with
auto-indentation.
LIME编程语言 官网
https://github.com/apresta/lime/