lynaghk / c2

Declarative data visualization in Clojure(Script).
http://keminglabs.com/c2/
Other
643 stars 47 forks source link

Protocol for clj->js conversions. #20

Closed lynaghk closed 11 years ago

lynaghk commented 12 years ago

Currently this proxies to the clj->js in Singult, but that needs to be optimized for speed. Bring back a separate clj->js fn to C2, and implement using Protocols so that users can define lossy conversions from Clojure datastructures to JavaScript objects themselves.

lynaghk commented 11 years ago

ClojureScript core now has this, so it's off my plate = )