fast-generic-functions VS cl-form-types

Compare fast-generic-functions vs cl-form-types and see what are their differences.

fast-generic-functions

Seal your generic functions for an extra boost in performance. (by marcoheisig)

cl-form-types

Library for determining the types of Common Lisp forms based on information stored in the environment. (by alex-gutev)
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
fast-generic-functions cl-form-types
2 3
86 16
- -
0.0 5.6
over 3 years ago 4 months ago
Common Lisp Common Lisp
MIT 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.

fast-generic-functions

Posts with mentions or reviews of fast-generic-functions. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-04.
  • If Lisp is so great
    1 project | news.ycombinator.com | 26 Jan 2024
    * CLOS being bolted on instead of truly integrated in the language; would need a JIT and something like https://github.com/marcoheisig/fast-generic-functions on system classes to go fast enough, Julia kinda does this (but it hurts my eyes)
  • 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.

cl-form-types

Posts with mentions or reviews of cl-form-types. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-04.

What are some alternatives?

When comparing fast-generic-functions and cl-form-types you can also consider the following projects:

ctype - CL type system implementation

ccl - Clozure Common Lisp

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

coalton - Coalton is an efficient, statically typed functional programming language that supercharges 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.