Try Clojure live in a REPL at tryclojure.org!
A collection of examples to take familiarity with the Clojure syntax.
Contributions are welcome!
Run the following commands to run in dev version:
npm install
npm start
to runshadow-cljs
withwatch
optionnpm run styles-watch
for tailwind with autorebuild
To build:
npm run build
for clojurescript + tailwind
List of resources to learn more about Clojure.
- Clojure Distilled is the best introduction to the language.
- practicalli
- Clojure for the Brave and True
- Clojure By Example
- Learn Clojure in Y minutes