fennel-cljlib icon indicating copy to clipboard operation
fennel-cljlib copied to clipboard

question: make/use as part of the global namespace?

Open v-v-b opened this issue 1 year ago • 1 comments

Is it possible to make the lib(or at least macros) part of fennel global namespace? smth like:

fennel --some-magic-option cljlib my-file.fnl

where my-file.fnl:

(ns my-file)

(defn non-nils [coll] 
  (filter some? coll))

Thanks for your work!

v-v-b avatar Aug 30 '23 10:08 v-v-b