ctype VS sealable-metaobjects

Compare ctype vs sealable-metaobjects and see what are their differences.

ctype

CL type system implementation (by s-expressionists)

sealable-metaobjects

A CLOSsy way to trade genericity for performance. (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
ctype sealable-metaobjects
2 2
25 34
- -
6.2 10.0
26 days ago almost 4 years ago
Common Lisp Common Lisp
BSD 2-clause "Simplified" License MIT 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.

ctype

Posts with mentions or reviews of ctype. 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.
  • Common Lisp polymorphic stories.
    13 projects | /r/lisp | 4 Nov 2021
    Other times, the support is limited by the implementations supported by ctype and cl-form-types (and cl-environments). Although, if there is any good request, I could work on making a dynamic-only ANSI-CL compliant sub-system of PF.

sealable-metaobjects

Posts with mentions or reviews of sealable-metaobjects. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-04.
  • Eliminating CLOS for a 4.5x speedup
    1 project | /r/Common_Lisp | 24 Dec 2022
    I wonder if things like https://github.com/marcoheisig/sealable-metaobjects would help with the speed while keeping the CLOSiness.
  • Common Lisp polymorphic stories.
    13 projects | /r/lisp | 4 Nov 2021
    About static typing and generic functions, are there limitations to fast-generic-functions built over sealable-metaobjects too? I felt that reasonable, albeit it takes away the dynamic nature of the objects after sealing.

What are some alternatives?

When comparing ctype and sealable-metaobjects you can also consider the following projects:

fast-generic-functions - Seal your generic functions for an extra boost in performance.

lisp-interface-library - LIL: abstract interfaces and supporting concrete data-structures in Common Lisp

ccl - Clozure Common Lisp

polymorphic-functions - A function type to dispatch on types instead of classes with partial support for dispatching on optional and keyword argument types.

Concrete-Syntax-Tree - Concrete Syntax Trees represent s-expressions with source information

generic-cl - Generic function interface to standard Common Lisp functions

Clostrum - First Class Global Environments

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

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

Cleavir - an implementation-independent framework for creating Common Lisp compilers