Y
Hacker News
new
|
ask
|
show
|
jobs
by
eggsby
4922 days ago
While it's true that you need to turn things like a NodeList from js into a clj seq you don't need to write these utilities yourself; clj->js and js->clj can both be found in cljs core:
https://github.com/clojure/clojurescript/blob/master/src/clj...