|
|
|
|
|
by arikrahman
50 days ago
|
|
Howdy, great question. My setup for Clojure is mainly defined declaratively. For personal development:
babashka
clojure
clojure-lsp
clj-kondo
cljfmt
jdk25
For web development, I use re-frame (which uses reagent, which uses react) and have a push to app workflow paired seamlessly with it via Tauri. You can inspect an example template of that here: https://github.com/ArikRahman/Clojkstra |
|