beginners

2025-09-09T00:46:22.592059Z

Hey team, say I wanted to spin up a new backend clojure project, with a barebones deps.edn , a core.clj , and nrepl. Is there a recommended command I can run to do this? (Would want to use this for a tutorial)

seancorfield 2025-09-09T13:14:13.205989Z

@stopachka if you have any Qs about it, there's a #deps-new channel...

❤️ 1
2025-09-09T00:52:41.157079Z

Update: deps-new looks like the canonical solution! Thanks team

dpsutton 2025-09-09T00:59:09.235079Z

i’m also a big fan of neil https://github.com/babashka/neil i’ll sometimes do neil add test or neil add build. everything else is trivial, and nrepl is injected by editors that need them usuall

❤️ 1