I Learned to Stop Worrying and Love Macros

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

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

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

  • If it's all good, sounds like that's a reason to learn it. ;) But I have to push back some -- I mean you can work alone and build your own castles from scratch if that's your thing (I totally understand that appeal), as in any language, but you don't have to. There are libraries, some quite good, here's an incomplete collection: https://github.com/CodyReichert/awesome-cl It's also easy to interface with C libraries or Java libraries, there are options to interface with C++ and Python. There are also communal projects with more than one active developer if you wanted to work on such group things, and some companies here and there.

  • coalton

    Coalton is an efficient, statically typed functional programming language that supercharges Common Lisp.

  • And Common Lisp actually allows adding type declarations[1], which can make code much more performant!

    Also, if you really, really want types, as in Haskell-like types... there's Coalton[2], a language that's embedded in Common Lisp (CL is that powerful it allows things like this) with a ML type system and more "modern" idioms for people used to functional programming.

    [1] https://lispcookbook.github.io/cl-cookbook/type.html

    [2] https://coalton-lang.github.io/

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

  • Adding new types and operators to Lisp

    6 projects | /r/lisp | 24 Feb 2023
  • Common Lisp polymorphic stories.

    13 projects | /r/lisp | 4 Nov 2021
  • Typing Haskell in Haskell

    1 project | news.ycombinator.com | 20 Feb 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