On Oct 22, 9:41 am, Randall R Schulz <[EMAIL PROTECTED]> wrote: > On Wednesday 22 October 2008 06:27, .Bill Smith wrote: > > > Would you have S-expressions going from the server back to the client > > as well? > > If that client is a Web browser, then presumably it would require an > S-Expression reader written in JavaScript to decode them. > > That would be a nice thing to have. Is anybody aware of one?
Douglas Crockford has an s-expression reader as part of his Little JavaScripter: http://javascript.crockford.com/little.html http://javascript.crockford.com/scheme.html Upgrading that to read the other Clojure data structures would be a start. I'm horrible when it comes to regular expressions, so I never too a crack at it. Chouser, does ClojureScript not have something like this in order to do read? Cheers, Tom --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---