Fork me on GitHub
#cljs-dev
<
2016-01-05
>
bronsa17:01:54

@mfikes: I'm releaseing t.r 1.0.0-alpha3 with the cljs syntax-quote fix

mfikes21:01:30

@bronsa: Thanks a ton. Planck now works

$ build/Release/planck
cljs.user=> `x
cljs.user/x
cljs.user=> (ns foo.bar)
nil
foo.bar=> `y
foo.bar/y
Mentioned near bottom of this post as well: http://blog.fikesfarm.com/posts/2016-01-05-clojurescript-macros-calling-functions.html

bronsa23:01:59

awesome! thanks again for tracking that down