hoplon / javelin

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

`set-cell!=` causes `Use of undeclared Var javelin.core/c` #32

Closed mynomoto closed 7 years ago

mynomoto commented 7 years ago

I think https://github.com/hoplon/javelin/blob/master/src/javelin/core.clj#L204 is missing a unquote on c on the right side of the binding.

micha commented 7 years ago

Fixed in #31