extensible-compound-types VS Petalisp

Compare extensible-compound-types vs Petalisp and see what are their differences.

extensible-compound-types

User defined compound types in Common Lisp (by digikar99)

Petalisp

Elegant High Performance Computing (by marcoheisig)
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
extensible-compound-types Petalisp
2 17
10 452
- -
6.5 8.5
about 2 months ago 11 days ago
Common Lisp Common Lisp
- GNU Affero General Public License v3.0
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.

extensible-compound-types

Posts with mentions or reviews of extensible-compound-types. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-02.
  • numericals - Performance of NumPy with the goodness of Common Lisp
    8 projects | /r/lisp | 2 Aug 2022
    Since the past year or two, I have been working on numericals that aims to provide the speed of NumPy with the goodness of Common Lisp. In particular, this includes the use of dynamic variables, restarts, and compiler-notes wherever appropriate. It uses CLTL2 API (and may be slightly more) under the hood to provide AOT dispatch, but nothing stops you from combining it with JAOT dispatch provided by numcl/specialized-function. This also spawned a number of projects most notably polymorphic-functions to dispatch on types instead of classes and extensible-compound-types that allows one to define user defined compound types (beyond just the type-aliases enabled by deftype. Fortunately enough, interoperation between magicl, numcl and numericals/dense-numericals actually looks plausible!
  • Compile-time array bound checks
    1 project | /r/sbcl | 25 Apr 2022
    (Shameless plug) I have recently been working on extensible-compound-types that might be useful. My main purpose with it was to bring "nice" custom array (and container) types without using satisfies-based hackery. But perhaps it can be put to use here.

Petalisp

Posts with mentions or reviews of Petalisp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-09.

What are some alternatives?

When comparing extensible-compound-types and Petalisp you can also consider the following projects:

numericals - CFFI enabled SIMD powered simple-math numerical operations on arrays for Common Lisp [still experimental]

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

JWM - Cross-platform window management and OS integration library for Java

cl-cuda - Cl-cuda is a library to use NVIDIA CUDA in Common Lisp programs.

magicl - Matrix Algebra proGrams In Common Lisp.

lish - Lisp Shell

StatsBase.jl - Basic statistics for Julia

Optimization.jl - Mathematical Optimization in Julia. Local, global, gradient-based and derivative-free. Linear, Quadratic, Convex, Mixed-Integer, and Nonlinear Optimization in one simple, fast, and differentiable interface.

criterium - Benchmarking library for clojure

numcl - Numpy clone in Common Lisp

one-more-re-nightmare - A fast regular expression compiler in Common Lisp

april - The APL programming language (a subset thereof) compiling to Common Lisp.