Clojure deps.edn & Your First Script — Phase 1 Finale | Episode 6
0views
C
CelesteAI
Description
Time to move from the REPL to a real project. In this episode we create a project with deps.edn, write a namespace with a -main entry point, and run it from the command line with clj -M -m.