sbcl and Let Over Lambda

This page summarizes the projects mentioned and recommended in the original post on /r/lisp

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • let-over-lambda

    Doug Hoyte's "Production" version of macros from Let Over Lambda, ready for ASDF and Quicklisp.

  • https://github.com/thephoeron/let-over-lambda this works with contemporary sbcl. There are a lot of “keys” to performance and readability and (tasteful) macros are only one part.

  • cl-ppcre

    Common Lisp regular expression library

  • A few weeks back Xach recommended cl-ppcre which i found educational.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • paip-lisp

    Lisp code for the textbook "Paradigms of Artificial Intelligence Programming"

  • Worth mentioning it is on github with corrected code (I've already run into mistakes in the printed version) https://github.com/norvig/paip-lisp

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

  • The unreasonable effectiveness of f-strings and re.VERBOSE

    4 projects | news.ycombinator.com | 23 May 2022
  • Adding Space to subst function

    1 project | /r/lisp | 12 Apr 2022
  • Common Lisp ASDF maintainer considers resignation

    1 project | /r/lisp | 22 Jan 2022
  • Stas has alienated long-time ASDF maintainer Robert Goldman

    6 projects | /r/Common_Lisp | 9 Jan 2022
  • #"<your literal interpretation here>" (regular expression literals)

    2 projects | /r/lisp | 4 Jul 2021