[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:
- w3cschool | Clojure Tutorial Recommended, Chinese-friendly
- Clojure By Example Recommended, simple and easy to understand
- Clojure | Getting Started Not recommended
- E-book: Clojure Programming
- The Joy of Clojure, 2nd Edition
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