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 startto run- shadow-cljswith- watchoption
- npm run styles-watchfor tailwind with autorebuild
To build:
- npm run buildfor 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