You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.The text was updated successfully, but these errors were encountered: