From 035e4ce143f7610dea0b242e7627254b8d079bf9 Mon Sep 17 00:00:00 2001 From: Vanshika Date: Tue, 28 Oct 2025 09:53:11 +0530 Subject: [PATCH 1/2] Add resources for ClojureScript, Cypher, Cython, and Common Lisp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added verified and formatted resource links for the following languages: • Cypher (Neo4j Query Language) • Cython • Common Lisp • ClojureScript - Each section includes official documentation, tutorials, and relevant online courses. - Followed consistent markdown formatting for readability and standardization. --- books/free-programming-books-langs.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 20500cc43af06..38d5a1b3b90ae 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -592,6 +592,10 @@ Books on general-purpose programming that don't focus on a specific language are * [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) +### ClojureScript + +* [ClojureScript Unraveled](https://funcool.github.io/clojurescript-unraveled/) - Francisco Serrano, J. Pablo Fernández (HTML) + ### CMake @@ -659,6 +663,22 @@ Books on general-purpose programming that don't focus on a specific language are * [CUDA C++ Programming guide](https://docs.nvidia.com/cuda/pdf/CUDA_C_Programming_Guide.pdf) - Nvidia (PDF) * [OpenCL Programming Guide for CUDA Architecture](http://www.nvidia.com/content/cudazone/download/OpenCL/NVIDIA_OpenCL_ProgrammingGuide.pdf) - Nvidia (PDF) +### Cypher (Neo4j Query Language) + +* [Cypher Query Language Documentation](https://neo4j.com/docs/cypher-manual/current/) - Neo4j (HTML) +* [Getting Started with Cypher](https://graphacademy.neo4j.com/courses/cypher-fundamentals/) - Neo4j GraphAcademy (Online Course) + +### Cython + +* [Cython: C-Extensions for Python](https://cython.readthedocs.io/en/latest/) - Official Documentation (HTML) +* [Cython Tutorial](https://docs.python.org/3/tutorial/modules.html#modules) - Python.org (HTML) + +### Common Lisp + +* [Common Lisp HyperSpec](http://www.lispworks.com/documentation/HyperSpec/Front/index.htm) - Kent Pitman (HTML) +* [Practical Common Lisp](http://www.gigamonkeys.com/book/) - Peter Seibel (HTML, PDF) +* [Common Lisp the Language, 2nd Edition](https://www.cs.cmu.edu/Groups/AI/html/cltl/clm/clm.html) - Guy L. Steele Jr. (HTML) + ### D From f6f24f2d6614575bab9c5544a0c86af831cff906 Mon Sep 17 00:00:00 2001 From: Vanshika Date: Tue, 28 Oct 2025 10:21:35 +0530 Subject: [PATCH 2/2] Update Common Lisp resources in free-programming-books-arranged it in alphabetical order Added resources for Common Lisp and removed duplicates. --- books/free-programming-books-langs.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 38d5a1b3b90ae..9c2821079fe8e 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -633,6 +633,12 @@ Books on general-purpose programming that don't focus on a specific language are * [Learn Modern ColdFusion \ in 100+ Minutes](https://modern-cfml.ortusbooks.com) - Luis Majano (HTML) * [Learning coldfusion](https://riptutorial.com/Download/coldfusion.pdf) - Compiled from StackOverflow documentation (PDF) +### Common Lisp + +* [Common Lisp HyperSpec](http://www.lispworks.com/documentation/HyperSpec/Front/index.htm) - Kent Pitman (HTML) +* [Practical Common Lisp](http://www.gigamonkeys.com/book/) - Peter Seibel (HTML, PDF) +* [Common Lisp the Language, 2nd Edition](https://www.cs.cmu.edu/Groups/AI/html/cltl/clm/clm.html) - Guy L. Steele Jr. (HTML) + ### Component Pascal @@ -673,12 +679,6 @@ Books on general-purpose programming that don't focus on a specific language are * [Cython: C-Extensions for Python](https://cython.readthedocs.io/en/latest/) - Official Documentation (HTML) * [Cython Tutorial](https://docs.python.org/3/tutorial/modules.html#modules) - Python.org (HTML) -### Common Lisp - -* [Common Lisp HyperSpec](http://www.lispworks.com/documentation/HyperSpec/Front/index.htm) - Kent Pitman (HTML) -* [Practical Common Lisp](http://www.gigamonkeys.com/book/) - Peter Seibel (HTML, PDF) -* [Common Lisp the Language, 2nd Edition](https://www.cs.cmu.edu/Groups/AI/html/cltl/clm/clm.html) - Guy L. Steele Jr. (HTML) - ### D