hoplon / javelin

Spreadsheet-like dataflow programming in ClojureScript.
803 stars 44 forks source link

ClojureScript 0.0-1853 won't compile javelin #5

Closed cemerick closed 11 years ago

cemerick commented 11 years ago

Not a javelin bug, just an FYI for anyone that hits the same problem: ClojureScript 0.0-1853 (and any later release until CLJS-571 is fixed) will not compile javelin.

The workaround would be to avoid the %& variadic literal fn arg notation in specials.cljs, but I presume the reader/cljs bug will be considered significant.