The Jim Interpreter

Tclの実装。Visitors経由で発見。

Jim is an opensource small footprint implementation of the Tcl programming language. It implements a large subset of Tcl and adds new features like references with garbage collection, closures, built-in Object Oriented Programming system, Functional Programming commands, First class arrays. All this with a binary size of about 85kb (that can be reduced further excluding some non-vital commands, and commands not available in Tcl itself).

sourceしか提供されてないみたい。家で作ってみよう。LCC-Win32とかBCCでいけるかな?