On 3 March 2011 14:56, Timothy Baldridge <tbaldri...@gmail.com> wrote: > I know we have Scriptjure. But has there been any concentrated effort > to port Clojure to JS? This may sound odd, but personally I would love > to use Clojure in the browser. Scriptjure would work fairly well, but > from what I see, it doesn't support persistent maps and instead relies > on JS objects.
Persistent maps would be pretty tricky to support in Javascript. I don't think there's any way of supporting them that wouldn't result in a significant performance impact, because you'd have to build them on top of the native mutable maps. - James -- 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 Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en