An open API service indexing awesome lists of open source software.

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

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