Common Lisp Resources

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

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

  • Coalton comes to mind: https://github.com/coalton-lang/coalton

    It adds static typing to Common Lisp, while (I believe) still allowing one to escape to the dynamic world when needed. Sure, there are statically-typed languages, but I don't know of another dynamic language in which something like Coalton has been done.

  • alive

    Common Lisp Extension for VSCode

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

  • Oh I'd love to share it, I just can't. Well I made one that did make its way to Fortran by being independently developed, the Lisp version was in 2011 and the Fortran I think...2017. The brute forcer in AI-Feynman.

    https://github.com/SJ001/AI-Feynman/blob/master/aifeynman/sy...

    I talk about it in my portfolio, it's Guesser 1.0 and Guesser 2.0.

    https://github.com/daniel-cussen/portfolio/blob/master/portf...

  • portfolio

  • Oh I'd love to share it, I just can't. Well I made one that did make its way to Fortran by being independently developed, the Lisp version was in 2011 and the Fortran I think...2017. The brute forcer in AI-Feynman.

    https://github.com/SJ001/AI-Feynman/blob/master/aifeynman/sy...

    I talk about it in my portfolio, it's Guesser 1.0 and Guesser 2.0.

    https://github.com/daniel-cussen/portfolio/blob/master/portf...

  • compile-time-regular-expressions

    Compile Time Regular Expression in C++

  • I don't want to start a language war, given that I like both languages anyway, you should have a look at https://github.com/hanickadot/compile-time-regular-expressio...

    However even counting with upcoming C++23 features, Lisp is much more ergonomic for this kind of stuff.

  • I don't want to start a language war, given that I like both languages anyway, you should have a look at https://github.com/hanickadot/compile-time-regular-expressio...

    However even counting with upcoming C++23 features, Lisp is much more ergonomic for this kind of stuff.

  • ergolib

    A library designed to make programming in Common Lisp easier

  • Any code modification is a potential security issue. There is nothing special about dynamic class redefinition in this regard.

    I use it for deployment. I can deploy new code without having to take my application down. In fact, not only do all my existing instances get updated, but I also use an ORM [1] that automatically updates my database tables too.

    [1] https://github.com/rongarret/ergolib/blob/master/layer1/sql....

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • snooze

    Common Lisp RESTful web development

  • For an interesting application, see how https://github.com/joaotavora/snooze#rationale maps generic functions to HTTP/REST.

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

  • Compile time regular expression in C++

    5 projects | news.ycombinator.com | 12 Sep 2023
  • What are thoughts on removing regular expression from the standard library?

    1 project | /r/cpp | 8 Jun 2023
  • Verify all characters are same except a few

    1 project | /r/cpp_questions | 9 Mar 2023
  • Constexpr regex parser!

    2 projects | /r/cpp | 14 Feb 2023
  • Regex shootout updated - hyperscan 1st, Rust 2nd, std::regex dead last

    5 projects | /r/cpp | 12 Oct 2022