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

Port of clojure.core namespace to Fennel (mirror)

Results 2 fennel-cljlib issues
Sort by recently updated
recently updated
newest added

Thanks a lot for making this library 🤗 It looks amazing and I can't wait to try it out! I have tried to follow the setup guide to install `cljlib`...

Is it possible to make the lib(or at least macros) part of fennel global namespace? smth like: ```bash fennel --some-magic-option cljlib my-file.fnl ``` where my-file.fnl: ```clojure (ns my-file) (defn non-nils...