dribnet / strokes

Let's pretend d3 was written in ClojureScript.
374 stars 28 forks source link

cljs.core.ArrayNodeSeq should be an arrayish type #1

Closed dribnet closed 11 years ago

dribnet commented 11 years ago

mrhyde should map cljs.core.ArrayNodeSeq appropriately as an arrayish type. I believe this is what you get when you call (seq {:foo 3}).

It might also be worthwhile to consider wrapping cljs.core.PersistentHashMap as an arrayish type directly, though this is a little more radical and needs to be thought about some.