hoplon / javelin

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

It's impossible to put metadata on a cell #21

Closed piranha closed 9 years ago

piranha commented 9 years ago

Clojure's atom receives optional second argument, taking :meta as one of the options - should cell maybe replicate this behavior? Another option is implementing IWithMeta to support with-meta function.