hoplon / javelin

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

FIX github issue #18 #20

Closed davesann closed 9 years ago

davesann commented 9 years ago

Primary change is to replace (locals) with &env and check for non containment of a variable for hoisting.

specials updated to be as specified by the compiler.

cell? updated to match already defined tests (return identity or nil)

tests copied from tests.cljs. Minimal changes non-supported tests are commented out until they can are implemented. suggest future use of cljx.

micha commented 9 years ago

Awesome, thanks for putting this all together! It's nice that we now even have tests!

:metal: