How to Understand and Use Common Lisp

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. cl-cookbook

    The Common Lisp Cookbook

    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.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. awesome-cl

    A curated list of awesome Common Lisp frameworks, libraries and other shiny stuff.

    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

  4. awesome-lisp-companies

    Awesome Lisp Companies

    yes

    https://github.com/azzamsa/awesome-lisp-companies

    http://lisp-lang.org/success/

    industrial theorem prover, design of Intel chips, quantum compilers...

    and little me, being more productive and having more fun than with python to deploy boring tools (read a DB, format the data, send to FTP servers, show a web interface...).

  5. clog

    CLOG - The Common Lisp Omnificent GUI

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Common Lisp with batteries included: CIEL v0.2 (aka fast scripting with useful libraries)

    5 projects | dev.to | 30 Aug 2024
  • A Road to Common Lisp

    16 projects | news.ycombinator.com | 22 May 2024
  • Why Is Common Lisp Not the Most Popular Programming Language?

    8 projects | news.ycombinator.com | 14 Feb 2024
  • Common Lisp: An Interactive Approach (1992) [pdf]

    7 projects | news.ycombinator.com | 10 Oct 2023
  • All of Mark Watson's Lisp Books

    6 projects | news.ycombinator.com | 24 Jul 2023

Did you know that Makefile is
the 34th most popular programming language
based on number of references?