Add additional details for Clojure books (#11947)

* Add GFDL license for Clojure book

* Add CC BY-NC-ND license for Clojure Cookbook

* Add author, book format and license for `SICP Distilled - An idiosyncratic tour of SICP in Clojure`
This commit is contained in:
Davide Dunne Sanchez 2025-09-07 11:54:03 -06:00 committed by GitHub
parent 9c0fde1304
commit ccb5db2012
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -572,11 +572,11 @@ Books on general-purpose programming that don't focus on a specific language are
### Clojure
* [Clojure](https://clojure-book.gitlab.io) - Karthikeyan A K
* [Clojure](https://clojure-book.gitlab.io) - Karthikeyan A K (GFDL)
* [Clojure - Functional Programming for the JVM](http://java.ociweb.com/mark/clojure/article.html) - R. Mark Volkmann
* [Clojure by Example](https://kimh.github.io/clojure-by-example/) - Hirokuni Kim
* [Clojure community-driven documentation](http://clojure-doc.org)
* [Clojure Cookbook](https://github.com/clojure-cookbook/clojure-cookbook)
* [Clojure Cookbook](https://github.com/clojure-cookbook/clojure-cookbook) (CC BY-NC-ND)
* [Clojure Distilled Beginner Guide](http://yogthos.github.io/ClojureDistilled.html)
* [Clojure for the Brave and True](http://www.braveclojure.com)
* [Clojure in Small Pieces](https://web.archive.org/web/20201013022918/http://daly.axiom-developer.org/clojure.pdf) - Rich Hickey, Timothy Daly (PDF) *(:card_file_box: archived)* [(:card_file_box: *unglued*)](https://unglue.it/work/489419/)
@ -587,7 +587,7 @@ Books on general-purpose programming that don't focus on a specific language are
* [Data Sorcery with Clojure](http://data-sorcery.org/contents/)
* [Learn ClojureScript](https://www.learn-clojurescript.com) - Andrew Meredith
* [Modern cljs](https://github.com/magomimmo/modern-cljs)
* [SICP Distilled - An idiosyncratic tour of SICP in Clojure](http://www.sicpdistilled.com)
* [SICP Distilled - An idiosyncratic tour of SICP in Clojure](http://www.sicpdistilled.com) - Tom Hall (HTML) (CC BY-SA)
* [The Clojure Style Guide](https://github.com/bbatsov/clojure-style-guide)