dyoo / moby-scheme

The Moby Scheme Compiler for Smartphones
http://world.cs.brown.edu/
53 stars 8 forks source link

bug: TypeError: buffer.shift() is undefined #1

Closed dyoo closed 15 years ago

dyoo commented 15 years ago

Evaluating:

'(,this)

at the repl gives a funky error

TypeError: buffer.shift() is undefined 
dyoo commented 15 years ago

Fixed; quasiquotation implemented.