Tryclojure
Clojure live REPL tutorial
Install / Use
/learn @eliascotto/TryclojureREADME
TryClojure
Try Clojure live in a REPL at tryclojure.org!
A collection of examples to take familiarity with the Clojure syntax.
Contributions are welcome!
Build
Run the following commands to run in dev version:
npm installnpm startto runshadow-cljswithwatchoptionnpm run styles-watchfor tailwind with autorebuild
To build:
npm run buildfor clojurescript + tailwind
Technologies
Inspiration
Resources
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
