This website requires JavaScript.
Explore
Help
Sign In
elf
/
LispInSmallPieces
Watch
1
Star
0
Fork
You've already forked LispInSmallPieces
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
74579b9fa0
LispInSmallPieces
/
.gitignore
10 lines
69 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Chapter one. It actually works.
2015-04-15 22:50:53 +00:00
*#
.#*
*~
*.orig
npm-debug.log
It works recursively. This will restore your faith in humanity! I spent far too much time debugging an issue with metacadr (see the cons-list commits for details), but this now successfully recurses and all of its code paths are exercised by the factorial/fibonacci exercises. This is a Coffeescript implementation of the language described at the end of chapter 1 of Lisp In Small Pieces. Also, added a syntax-aware pretty printer. It's very primitive, but it's good enough for some debugging.
2015-05-20 22:47:51 +00:00
package.yml
Chapter one. It actually works.
2015-04-15 22:50:53 +00:00
node_modules/*
tmp/
test/