https://github.com/juliodias/clojurist-padawan
Things to learn Clojure.
https://github.com/juliodias/clojurist-padawan
clojure
Last synced: about 1 year ago
JSON representation
Things to learn Clojure.
- Host: GitHub
- URL: https://github.com/juliodias/clojurist-padawan
- Owner: juliodias
- Created: 2021-07-31T22:04:04.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-10T23:16:24.000Z (almost 5 years ago)
- Last Synced: 2025-02-08T04:41:23.060Z (over 1 year ago)
- Topics: clojure
- Language: Clojure
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clojurist-padawan
My path to learn and master Clojure to become a real Clojurist.
To run examples in the repl, do the following:
- lein repl
- (load-file "example.clj")
---
## Books:
### 1. Clojure For The Brave and True
I hope to get and overview of Clojure syntax
and the macro point of view of the language. Write some code and fun with the repl.
### 2. Programming Clojure :white_check_mark:
### 3. Elements of Clojure
Next read.
---
## Videos:
* [Datomic: desafios e benefícios de um banco de dados imutável](https://www.youtube.com/watch?v=jip-dl7XDVE)
* [Talk by Rich Hickey: Simple Made Easy](https://www.infoq.com/presentations/Simple-Made-Easy/)