Skip to main content

[Recommended Resources] Easy and Quick Clojure Learning

After studying Clojure for a few days, it feels completely different from learning Java - there's much less material available. Here are the recommended resources:

OK, let's get started! Setting up an environment suitable for learning Clojure

Download Clojure

GitHub address: https://github.com/clojure/clojure

After downloading, extract it and execute in the current directory:

mvn -Plocal -Dmaven.test.skip=true package

Start:

java -jar clojure.jar