Nice! I've been working on something similar:
https://github.com/smtlaissezfaire/loop It, too, converts a lispy-type language to javascript (and can convert from javascript to the lispy language, as well) I've got scheme-like define-syntax macros going - although I'm not sure how robust they are yet (let* was a real PITA to get right). I guess you have more CL-style macros? Cheers, Scott On Sep 16, 2012, at 12:37 AM, Santosh Rajan wrote: > Compiles to Javascript and has > 1) Macros > 2) Tail Call Optimization > 3) Templates > 4) Callback Sequence (avoid nested callbacks) > 5) Browser compatible > 6) Unit test feature > > http://lispyscript.com > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
