A few newbie questions about lisp

This page summarizes the projects mentioned and recommended in the original post on /r/Common_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
  • paip-lisp

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

  • You could look into Paradigms of AI Programming by Peter Norvig which might interest you regardless of Lisp content.

  • cffi

    The Common Foreign Function Interface

  • When you want to do anything that breaks the nice bubble of your Lisp image, you might want to know a bit about your operating system's programming interface. This will come in handy if you ever need to wrap a library with CFFI. There are some things that are pretty inconvenient as a rule (like dealing with any protocol that uses network byte order), but if you stay within the bubble of your Lisp image, you won't really notice them.

  • 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
  • cl-cookbook

    The Common Lisp Cookbook

  • 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/

  • SLT

    SLT is an IDE Plugin for Itellij/Jetbrains IDE lineup implementing support for Common Lisp via Slime/Swank and supported lisp interpret.

  • Shameless self plug: https://github.com/Enerccio/SLT

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 Loudest Lisp Program

    4 projects | news.ycombinator.com | 3 May 2024
  • Gamedev in Lisp. Part 1: ECS and Metalinguistic Abstraction

    3 projects | news.ycombinator.com | 2 Mar 2024
  • A new video about image-based development in Common Lisp (please, turn on EN subs)

    1 project | /r/Common_Lisp | 30 Apr 2023
  • A much needed cookbook for the Lisp-curious (and learning)

    1 project | news.ycombinator.com | 29 Dec 2022
  • Debugging Lisp: fix and resume a program from any point in stack 🎥

    2 projects | /r/lisp | 6 Dec 2022