Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression. Learn more →
Cl-cookbook Alternatives
Similar projects and alternatives to cl-cookbook
-
paip-lisp
Lisp code for the textbook "Paradigms of Artificial Intelligence Programming"
-
coalton
Coalton is an efficient, statically typed functional programming language that supercharges Common Lisp.
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
awesome-cl
A curated list of awesome Common Lisp frameworks, libraries and other shiny stuff.
-
-
-
-
-
ONLYOFFICE
ONLYOFFICE Docs — document collaboration in your environment. Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises
-
roswell
intended to be a launcher for a major lisp environment that just works.
-
lisp-notes
Repo for Common Lisp by Example and all other useful resources I found online
-
-
-
-
-
-
lisp-koans
Common Lisp Koans is a language learning exercise in the same vein as the ruby koans, python koans and others. It is a port of the prior koans with some modifications to highlight lisp-specific features. Structured as ordered groups of broken unit tests, the project guides the learner progressively through many Common Lisp language features.
-
emacs4cl
A 50 line ~/.emacs to quickly set up vanilla Emacs for Common Lisp programming
-
-
-
-
-
Sonar
Write Clean JavaScript Code. Always.. Sonar helps you commit clean code every time. With over 300 unique rules to find JavaScript bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
cl-cookbook reviews and mentions
-
A few newbie questions about lisp
Q4: the Cookbook should get you straight to the point: build a website, web scraper, DB access, reference of data structures… https://lispcookbook.github.io/cl-cookbook/
-
How to Understand and Use Common Lisp
It's a good book!
Modern companions would be:
- the Cookbook: https://lispcookbook.github.io/cl-cookbook/ (check out the editors section: Atom/Pulsar, VSCode, Sublime, Jetbrains, Lem...)
- https://github.com/CodyReichert/awesome-cl to find libraries
Also:
- https://stevelosh.com/blog/2018/08/a-road-to-common-lisp/
- https://news.ycombinator.com/item?id=34321090 2022 in review
Seems like a nice book. I like that it gets into the fundamental stuff like setq, cond, let, list, cons, etc. quickly enough in the 3rd chapter. In my opinion, the sooner these concepts are introduced in a book, the better.
I have also found from my first hand experience is that a programming language is best learnt by diving straight into it and writing small software that you care about with it.
When I began learning serious computer programming two decades ago, it was pretty much necessary to buy a good book and read as much of the book as possible chapter by chapter. For example, the first programming language book that I read was K&R and I read that cover to cover. It was quite formative in my journey of computer programming. It took me a long time to start writing useful software with the knowledge but when I did begin writing software, I had a pretty thorough knowledge of C.
I have come to realise that these days, it is not uncommon for aspiring programmers to jump straight into developing a software with a programming language determined by requirements. Not everyone had the time to read a book cover to cover. In fact, I myself learnt Python by jumping straight into developing tools that I needed for myself with it.
If someone wants to similarly get started developing tools with Common Lisp these days, I would suggest https://lispcookbook.github.io/cl-cookbook/ . It is a great resource to look up common recipes for common tasks.
-
Peter Norvig – Paradigms of AI Programming Case Studies in Common Lisp
https://leanpub.com/lovinglisp -- this one is great, and the first thing I recommend
https://lispcookbook.github.io/cl-cookbook/ -- also great and up to date
https://awesome-cl.com/ -- for anything else.
-
Good short documentation for CL functions (etc.) available?
For more beginner-friendly, I suggest P. Siebels Practical Common Lisp or The CL Cookbook. Both of those should be available in Emacs info format! If authors are lurking in here :-)
- Common Lisp and Music Composition
-
Debugging Lisp: fix and resume a program from any point in stack 🎥
the code snippet used for the example is here: https://github.com/LispCookbook/cl-cookbook/pull/472
-
How to learn Lisp?
Lisp Cookbook is a pretty good supplement (to PCL or otherwise). Works well as a reference, and small bits make it easy to digest.
-
Trying to get into Lisp, Feeling overwhelmed
PCL is still fully relevant. Things move very slowly in Lispland! There's also "Common Lisp Recipes" by Edit Weitz, but it's more of a cookbok. Speaking of which, https://lispcookbook.github.io/cl-cookbook/ is an excellent resource. Mostly up-to-date.
-
Ask HN: I like studying the concept of abstractions
** https://lispcookbook.github.io/cl-cookbook/
-
A note from our sponsor - InfluxDB
www.influxdata.com | 30 May 2023
Stats
LispCookbook/cl-cookbook is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of cl-cookbook is JavaScript.