clojure-doc / clojure-doc.github.io

Clojure Guides | Getting Started With Clojure | Clojure Tutorials
https://clojure-doc.github.io
45 stars 16 forks source link

Overhaul Getting Started #38

Closed seancorfield closed 1 year ago

seancorfield commented 1 year ago

We need clear guidance on CLI/deps.edn as well as Leiningen with some impartial discussion of both.

seancorfield commented 1 year ago

I've moved the old Getting Started to Getting Started with Leiningen and added a parallel Getting Started with Clojure CLI page. The Getting Started landing page now talks about why multiple tools exist and why you might choose one over the other. Or both.

I've also introduced the idea of "interactive development" via an editor connected to a REPL ("jack-in"), to distinguish that from just "working with a REPL" which was what this guide previously claimed as "interactive development".