Lightweight bytecode interpreter
Go to file
JeffBezanson 2c304edf42 changing boot file format; the old one did not preserve sharing
between top-level functions
making colon at the end also valid for keywords
adding keyword? predicate
fixing bug in map
adding functions to emulate values and call-with-values
adding receive macro
improving equal? on closures
adding lambda-lifting optimization to the compiler
2009-07-17 01:30:26 +00:00
femtolisp changing boot file format; the old one did not preserve sharing 2009-07-17 01:30:26 +00:00
llt tiny performance tweaks: removing some variables, making some static 2009-06-09 18:46:02 +00:00