dime
dime copied to clipboard
Dependency Injection Made Easy for Clojure
I love the idea. I was thinking however to avoid naming collisions I might need to use namespaced keywords. For example, I found another cool library that generates API and...
vscode plugin calva and probably most editors use clj-kondo to lint code files and require extra configuration to recognize defconst Ive configured clj-kondo to lint defconst as defn and that...
Currently, `^:expose` exposes only one object/entry. In some cases, initialization functions (e.g. instrumentation functions that produce instrumented thread-pool/Ring-handler pair) may produce more than one entry to be exposed and used...