Lightweight bytecode interpreter
Go to file
JeffBezanson 209b77a534 simplified and improved some of the prettyprinting logic
• eliminated bad behavior near screen edge, added wrapping
• added behavior: indent after some number of non-indented elements
• indent after head symbols with really long names
• don't indent after first argument to setq

improvements to cps converter
• correctly dispatch to non-cps functions
• handle vararg lambdas in head position
2009-01-03 05:30:22 +00:00
femtolisp simplified and improved some of the prettyprinting logic 2009-01-03 05:30:22 +00:00
llt making list a builtin 2008-12-31 04:45:08 +00:00