Version 2 of lil

Updated 2013-09-13 18:44:47 by SEH
http://runtimelegend.com/rep/lil/index

LIL (short for Little Interpreted Language) is a small, highly dynamic scripting language designed to be easily embedded in existing applications written in C/C++ (with a Free Pascal port) and licensed under the zlib license.

LIL is inspired from (and looks very similar to) Tcl, although it is much smaller in scope (just a pair of c and h files designed to be used in a host program) and has many differences.

Code written in LIL looks compact and more similar to Unix shells than other scripting languages.