hoplon / javelin

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

require macros in cljs file to make requires in apps easier #24

Closed piranha closed 9 years ago

piranha commented 9 years ago

This change will make it possible to do

(require '[tailrecursion.javelin :as javelin])
(javelin/cell nil)

Instead of the dance with require-macros etc.