https://github.com/smetdenis/clojure-practice
Because I've tried all sorts of programming languages and realized that the world is going the wrong way...
https://github.com/smetdenis/clojure-practice
clojure practice
Last synced: about 2 months ago
JSON representation
Because I've tried all sorts of programming languages and realized that the world is going the wrong way...
- Host: GitHub
- URL: https://github.com/smetdenis/clojure-practice
- Owner: SmetDenis
- License: mit
- Created: 2023-10-07T14:33:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-19T08:32:31.000Z (over 1 year ago)
- Last Synced: 2025-02-03T08:13:55.539Z (4 months ago)
- Topics: clojure, practice
- Language: Clojure
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clojure - 101
## Why?
Because I've tried all sorts of programming languages and realized that the world is going the wrong way...
So I'm saving something here for muscle memory.
## Links
### Cheatsheets & Docs
- [clojure.org/api/cheatsheet](https://clojure.org/api/cheatsheet)
- [cljs.info/cheatsheet/](https://cljs.info/cheatsheet/)
- [clojuredocs.org](http://clojuredocs.org/)
- [Awesome Clojure - Libs](https://github.com/razum2um/awesome-clojure)
- [Awesome Clojure - Links](https://github.com/mbuczko/awesome-clojure)### Online courses
- [code-basics.com/ru/languages/clojure](https://code-basics.com/ru/languages/clojure)
- [4clojure.oxal.org](https://4clojure.oxal.org/)### Books
- [braveclojure.com](https://www.braveclojure.com/clojure-for-the-brave-and-true/)
- [grishaev.me](https://grishaev.me)
- [SICP for Clojure](https://www.sicpdistilled.com/)
- [Rich Hickey](https://github.com/tallesl/Rich-Hickey-fanclub)### Misc
- [Clojure 2023](https://www.surveymonkey.com/stories/SM-f2XkbSKiS_2BDdJShL141pOQ_3D_3D/)
- [alexott.net/ru/clojure/clojure-intro](http://alexott.net/ru/clojure/clojure-intro/index.html)
- [java.ociweb.com/mark/clojure/article.html](http://java.ociweb.com/mark/clojure/article.html)
- [learn-clojure.com](http://learn-clojure.com/)
- [spacegangster/clojure-knowledge-graph-ru](https://github.com/spacegangster/clojure-knowledge-graph-ru)
- [PHP -> Clojure / Presa](https://speakerdeck.com/ianbarber/clojure-for-php-developers)
- [PHP -> Clojure / Screencast](https://vimeo.com/93032607)
- [PHP -> Clojure / Comparing](https://pqr7.wordpress.com/2015/07/29/php-vs-clojure/)
-