lang_in_20/lib
Elf M. Sternberg 6bd1b4d27f Updated to make the internals more 'lispy.'
I've introduced a lisp-like singly-linked list handler, and removed all
of the object-oriented materials.  There are still *records*, but those
are different from scoped objects in the given context.  This has really
helped me understand what's going on with the difference between the dynamic
and lexical scopes, which has been one of my biggest headaches.
2015-03-16 10:17:51 -07:00
..
eval.coffee Updated to make the internals more 'lispy.' 2015-03-16 10:17:51 -07:00
fn.coffee Updated to make the internals more 'lispy.' 2015-03-16 10:17:51 -07:00
lisp.coffee Updated to make the internals more 'lispy.' 2015-03-16 10:17:51 -07:00
lisp_parser.peg A working version of Scheme in 20 Minutes. 2015-03-15 20:11:14 -07:00
lists.coffee Updated to make the internals more 'lispy.' 2015-03-16 10:17:51 -07:00
lookup.coffee Updated to make the internals more 'lispy.' 2015-03-16 10:17:51 -07:00
parser.coffee A working version of Scheme in 20 Minutes. 2015-03-15 20:11:14 -07:00
scope.coffee Updated to make the internals more 'lispy.' 2015-03-16 10:17:51 -07:00