Commit Graph

3 Commits

Author SHA1 Message Date
Elf M. Sternberg 6558843e9b First pass. Grief. Works with cons cells for tree structure. 2015-04-03 20:30:02 -07:00
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
Elf M. Sternberg 5a3e5272a2 A working version of Scheme in 20 Minutes. 2015-03-15 20:11:14 -07:00