https://github.com/librity/learning_clojure
All my Clojure tutorials
https://github.com/librity/learning_clojure
clojure clojurescript notes repl tutorials
Last synced: 3 months ago
JSON representation
All my Clojure tutorials
- Host: GitHub
- URL: https://github.com/librity/learning_clojure
- Owner: librity
- License: mit
- Created: 2020-07-29T23:13:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-22T16:50:04.000Z (about 4 years ago)
- Last Synced: 2025-01-08T07:37:11.282Z (5 months ago)
- Topics: clojure, clojurescript, notes, repl, tutorials
- Language: Clojure
- Homepage: https://clojure.org/api/api
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# learning_clojure
All my Clojure tutorials
### Setup
- https://clojure.org/guides/getting_started
- https://clojure.org/community/tools
- https://github.com/asdf-community/asdf-clojure```bash
asdf plugin add clojure https://github.com/asdf-community/asdf-clojure.git
asdf install clojure latest
asdf global clojure 1.10.3.822
clojure
```### VSCode Calva
- https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.calva
- https://calva.io/
- https://clojure.org/guides/repl/introduction
- Start a REPL (Read-Eval-Print Loop) programming environment:
- `CTRL + SHIFT + P` -> `calva`
- Evaluate code with `ALT + ENTER`### Docs
- https://clojure.org/api/cheatsheet
### Videos
- [Clojure in a nutshell by James Trunk](https://www.youtube.com/watch?v=C-kF25fWTO8)
### Resources
- https://noahlz.github.io/factorials/factorials.core.html
- https://commandercoriander.net/blog/2013/09/02/factorials-in-clojure/
- https://en.wikipedia.org/wiki/Clojure