The promise of ClojureScript data structures depends heavily on the
performance of serialization: pr-str and the reader. I've done some
work on the reader and Evan has kindly created some patches for
pr-str. His work speeds up pr-str by quite a bit especially on slower
JS engines like <= IE8. However it also brings up some larger
questions - how to deprecate IPrintable as well as adding a new
IWriter protocol. IWriter addresses printing but also output in
general which will be useful for people  working in non-browser
contexts.

http://dev.clojure.org/jira/browse/CLJS-340

Feedback appreciated!

Thanks,
David

-- 
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

Reply via email to