bone-lisp
#プログラミング言語
wolfgangj/bone-lisp: The Bone Lisp programming language
Bone is an interpreter for a lexically scoped Lisp-1. It is based on immutable values and does tail-call elimination. The special feature that distinguishes it from other Lisps is the semi-automatic memory management: It uses explicit regions instead of garbage collection.
リージョンによる半自動メモリ管理のLisp