lisp-interface-library VS polymorph.maths

Compare lisp-interface-library vs polymorph.maths and see what are their differences.

lisp-interface-library

LIL: abstract interfaces and supporting concrete data-structures in Common Lisp (by fare)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
lisp-interface-library polymorph.maths
1 2
145 3
- -
4.0 3.8
9 months ago about 1 year ago
Common Lisp Common Lisp
- -
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.

lisp-interface-library

Posts with mentions or reviews of lisp-interface-library. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-04.
  • Common Lisp polymorphic stories.
    13 projects | /r/lisp | 4 Nov 2021
    What are your thoughts on the Lisp Interface Library? I recognize that it doesn't cover some of your use cases since LIL is designed in a dynamic manner and does not provide the sort of compile-time type shenanigans that coalton can. Just from the standpoint of providing parametric polymorphism though, dynamic or not, what do you think of it?

polymorph.maths

Posts with mentions or reviews of polymorph.maths. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-24.
  • Adding new types and operators to Lisp
    6 projects | /r/lisp | 24 Feb 2023
    If performance is a concern, then you would want to stick to CLHS provided simple-array and create appropriate types using deftype, and then dispatch on the types either by yourself, or by using something like polymorphic-functions and polymorph.maths.
  • Common Lisp polymorphic stories.
    13 projects | /r/lisp | 4 Nov 2021
    Example: your equality polymorph here https://github.com/lisp-polymorph/polymorph.maths/blob/master/src/polymorph.maths.lisp

What are some alternatives?

When comparing lisp-interface-library and polymorph.maths you can also consider the following projects:

ccl - Clozure Common Lisp

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

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

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

sealable-metaobjects - A CLOSsy way to trade genericity for performance.

ctype - CL type system implementation

abstract-arrays - A structure and some facilities for an abstract-array structure in common lisp

cl-form-types - Library for determining the types of Common Lisp forms based on information stored in the environment.

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