hoplon / javelin

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

cell macro should handle keywords in operation position #2

Closed alandipert closed 11 years ago

alandipert commented 11 years ago

Keywords in operation position aren't lifted or transformed into an equivalent lifted get form.

As a result, keywords can't be used as operations inside the cell macro, which is unintuitive.

We should support keywords as functions.