Difference between revisions of "VSL"
From redlog.eu
Thomas-sturm (Talk | contribs) m (Created page with 'VSL is a very small Lisp system in <code>trunk/vsl</code>. Its key attribute is that it is <strong>small</strong>. The source file <code>vsl.c</code> is around 3000 lines long, b…') |
Thomas-sturm (Talk | contribs) |
(No difference)
|
Revision as of 13:42, 14 March 2012
VSL is a very small Lisp system in trunk/vsl
. Its key attribute is that it is small.
The source file vsl.c
is around 3000 lines long, but despite that
the system can build and run much of Reduce. Since there is only
an interpreter it will be slow, but for teaching purposes and for
fun it may still be of interest.
It is especially
intended for use of the Raspberry Pi board, but should build on almost any computer with a modern C compiler.