Cleavir VS Clostrum

Compare Cleavir vs Clostrum and see what are their differences.

Cleavir

an implementation-independent framework for creating Common Lisp compilers (by s-expressionists)

Clostrum

First Class Global Environments (by s-expressionists)
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
Cleavir Clostrum
3 1
45 12
- -
6.6 7.1
3 months ago 4 months ago
Common Lisp Common Lisp
BSD 2-clause "Simplified" License BSD 2-clause "Simplified" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Cleavir

Posts with mentions or reviews of Cleavir. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-20.
  • Re-targeting (Lisp) compilers
    8 projects | /r/lisp | 20 Sep 2022
    Clasp notably uses Cleavir which is “an implementation-independent framework for creating Common Lisp compilers”.
  • Flexible intrinsics for my minimal code generator
    2 projects | /r/ProgrammingLanguages | 20 Jun 2022
    I think something similar has come up with the Cleavir framework; there are currently separate instruction types for arithmetic operations, but it has been proposed to replace them with fewer types, because there is little use in specific types. Register allocation is specified the hard way currently, while as you say, the complexity even for x86-64's multiplication and division instructions is just in forcing use of the right input and output registers.
  • Clasp reaches 1.0 (Common Lisp with C++ Interop)
    3 projects | news.ycombinator.com | 27 Mar 2022
    This is a project that has been in development for years now and also makes use of the Cleavir compiler framework (https://github.com/s-expressionists/Cleavir), which is being developed as part of another new Common Lisp implementation called SICL (https://github.com/robert-strandh/SICL).

    Congrats to the CLASP devs, this is a huge accomplishment and it's really exciting to see a new CL implementation get a 1.0 release.

Clostrum

Posts with mentions or reviews of Clostrum. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-20.
  • Re-targeting (Lisp) compilers
    8 projects | /r/lisp | 20 Sep 2022
    There is significant overlap with SICL and its associated pieces which supply many of the other parts needed to make a Common Lisp. Some of these are Cluster which provides a portable and extensible assembler, Eclector which supplies a portable and extensible reader, Concrete-Syntax-Tree that supports source code tracking during compilation, ctype that implements the Common Lisp type system, and Clostrum that provides first-class environments for e.g. run-time, evaluation, and compilation. The SICL project has as one of its goals the creation of portable infrastructure for implementing Common Lisp, and these pieces are novel building blocks that were created as part of the project.

What are some alternatives?

When comparing Cleavir and Clostrum you can also consider the following projects:

SICL - A fresh implementation of Common Lisp

ctype - CL type system implementation

Eclector - A portable Common Lisp reader that is highly customizable, can recover from errors and can return concrete syntax trees