I have lately discovered that it can be very useful to dynamically inject the sc.api macros into clojure.core.
This makes them available in any ns.
Having this in a file "somewhere" and use load-lib or copy paste from somewhere into the repl,
works very well and it might be worth to be documented under tips and tricks.
I have lately discovered that it can be very useful to dynamically inject the
sc.api
macros intoclojure.core
.This makes them available in any ns.
Having this in a file "somewhere" and use
load-lib
or copy paste from somewhere into the repl, works very well and it might be worth to be documented under tips and tricks.This together with a
deps.edn
alias and some.locals-dir.el
magicmakes the
sc.api
auto-available.