[racket] s-expression javascript syntax

From: Neil Van Dyke (neil at neilvandyke.org)
Date: Tue May 20 22:38:43 EDT 2014

Is anyone using an s-expression representation of JavaScript syntax with 
Racket?

(I see some Google hits for "s-expression javascript", but am wondering 
whether anyone is currently doing that in Racket.  This was prompted by 
writing a generator in Racket for an HTML5 mobile app, which requires 
generating some JS in addition to the HTML. SXML is used for the 
s-expression representation of HTML, but JS is just strings right now.)

Neil V.


Posted on the users mailing list.