top | item 14911798

(no title)

elangoc | 8 years ago

It was in order to get the CLJS REPL to feel more like the regular Clojure REPL: https://github.com/google/clojure-turtle/issues/15

The CLJS-macro story is still a little tricky -- CLJS targets the JS runtime, but you can't easily define macros in a self-hosted CLJS REPL (ex: one that you'd embed in a webpage). Lmk if there is a cleaner way now.

discuss

order

tosh|8 years ago

Awesome enhancement. I'll keep that in mind. Thanks for the clarification.