Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eliascotto/tryclojure
Clojure live REPL tutorial
https://github.com/eliascotto/tryclojure
Last synced: 9 days ago
JSON representation
Clojure live REPL tutorial
- Host: GitHub
- URL: https://github.com/eliascotto/tryclojure
- Owner: eliascotto
- License: epl-2.0
- Created: 2022-02-19T07:53:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T10:55:30.000Z (6 months ago)
- Last Synced: 2024-08-02T14:05:06.268Z (3 months ago)
- Language: Clojure
- Homepage: https://tryclojure.org
- Size: 9.22 MB
- Stars: 153
- Watchers: 3
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TryClojure
Try Clojure live in a REPL at [tryclojure.org](https://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 install`
- `npm start` to run `shadow-cljs` with `watch` option
- `npm run styles-watch` for tailwind with autorebuildTo build:
- `npm run build` for clojurescript + tailwind
## Technologies
- [Clojurescript](https://clojurescript.org/)
- [SCI](https://github.com/babashka/sci)
- [tailwind](https://tailwindcss.com/)
- [shadow-cljs](https://github.com/thheller/shadow-cljs)### Inspiration
- [tryhaskell.org](https://tryhaskell.org)
## Resources
List of resources to learn more about Clojure.
- [Clojure Distilled](https://yogthos.net/ClojureDistilled.html) is the best introduction to the language.
- [practicalli](https://practical.li/)
- [Clojure for the Brave and True](https://www.braveclojure.com/clojure-for-the-brave-and-true/)
- [Clojure By Example](http://kimh.github.io/clojure-by-example)
- [Learn Clojure in Y minutes](https://learnxinyminutes.com/docs/clojure/)