SBCL: New in Version 2.1.0

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • handlebars-helpers

    188 handlebars helpers in ~20 categories. Can be used with Assemble, Ghost, YUI, express.js etc.

  • I am actually using handlebars along with helpers https://github.com/helpers/handlebars-helpers to automatically generate sql, golang, json and jsx. cl-who is only for markup.

  • teddy

    A data framework for Common Lisp

  • [2] https://github.com/40ants/teddy

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • numcl

    Numpy clone in Common Lisp

  • [3] https://github.com/numcl/numcl

  • mgl

    Common Lisp machine learning library. (by melisgl)

  • Not really. But you might want to check out what Gábor Melis is doing, e.g.

    https://github.com/melisgl/mgl

    He's won several ML competitions and works at Deep Mind now, so as far as Common Lisp fans with strong street cred in up-to-date machine learning go, he's probably a good starting point.

  • rtg-math

    common lisp library providing common math functions used in games

  • [4] https://github.com/cbaggers/rtg-math/

  • cl-containers

    Containers Library for Common Lisp

  • We're using cl-containers [1] and cl-graph [2] and to make it very fast lparallel [3] and rtg-math [4] (among many others)

    [1] https://github.com/gwkkwg/cl-containers

  • cl-graph

    Common Lisp library for manipulating graphs and running graph algorithms

  • [2] https://github.com/gwkkwg/cl-graph

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

    Data Frames for Common Lisp

  • https://github.com/sirherrbatka/vellum is maturing and already usable as a data frame library.

  • lofn

    Web framework for Hunchentoot

  • I wrote a templating library that was used for a Slack close we developed a number of years back.

    It parses the HTML with embedded code, and generates a Lisp function which is compiled on the fly thanks to Lisp giving runtime access to the compiler. Whenever the source file is changed, the code is regenerated and compiled.

    Other languages do the same, but in those cases they have to generate source code and call the compiler as an external program, and then load the generated code into the running program using dynamic linking. The Lisp approach is much more efficient.

    Thanks to the quality of SBCL, the templates execute with native performance, which is something very few other solutions do.

    The project is unfortunately not documented, but the code is available here: https://github.com/lokedhs/lofn

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