This website requires JavaScript.
Explore
Help
Sign In
elf
/
lang_in_20
Watch
1
Star
0
Fork
You've already forked lang_in_20
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
6bd1b4d27f
lang_in_20
/
.gitignore
9 lines
70 B
Plaintext
Raw
Normal View
History
Unescape
Escape
A working version of Scheme in 20 Minutes.
2015-03-16 03:11:14 +00:00
*#
.#*
*~
*.orig
npm-debug.log
node_modules/*
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 17:17:51 +00:00
lib/lisp_parser.js
A working version of Scheme in 20 Minutes.
2015-03-16 03:11:14 +00:00
tmp/