Daniel Gackle wrote: > There is an easy fix: > > hunk ./src/special-forms.lisp 33 > - (list 'js-named-operator ',op (compile-parenscript-form value))))) > + (list 'js-named-operator ',op (compile-parenscript-form value :expecting :expression))))) Right you are. Fixed. Cheers, -- Travis