awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
alex-gutev avatar

alex-gutev/static-dispatch

0
View on GitHub↗
81 stars·3 forks·Common Lisp·MIT·1 view

Static Dispatch

Static generic function dispatch for Common Lisp

Features

  • CLOS Extensions - Enables compile-time static dispatch for generic functions.
  • Object System Extensions - Compile-time generic function dispatching.

Star history

Star history chart for alex-gutev/static-dispatchStar history chart for alex-gutev/static-dispatch

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does alex-gutev/static-dispatch do?

Static generic function dispatch for Common Lisp

What are the main features of alex-gutev/static-dispatch?

The main features of alex-gutev/static-dispatch are: CLOS Extensions, Object System Extensions.

What are some open-source alternatives to alex-gutev/static-dispatch?

Open-source alternatives to alex-gutev/static-dispatch include: atlas-engineer/nclasses — A `define-class` macro for less boilerplate. digikar99/polymorphic-functions — A function type to dispatch on types instead of classes with partial support for dispatching on optional and keyword… guicho271828/inlined-generic-function — Bringing the speed of Static Dispatch to CLOS. Succeeded by https://github.com/marcoheisig/fast-generic-functions. lisp-maintainers/defclass-std — A shortcut macro to write DEFCLASS forms quickly. marcoheisig/fast-generic-functions — Seal your generic functions for an extra boost in performance. markcox80/specialization-store — A different type of generic function for common lisp.

Open-source alternatives to Static Dispatch

Similar open-source projects, ranked by how many features they share with Static Dispatch.
  • digikar99/polymorphic-functionsdigikar99 avatar

    digikar99/polymorphic-functions

    56View on GitHub↗

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

    Common Lisp
    View on GitHub↗56
  • guicho271828/inlined-generic-functionguicho271828 avatar

    guicho271828/inlined-generic-function

    109View on GitHub↗

    Bringing the speed of Static Dispatch to CLOS. Succeeded by https://github.com/marcoheisig/fast-generic-functions

    Common Lisp
    View on GitHub↗109
  • lisp-maintainers/defclass-stdlisp-maintainers avatar

    lisp-maintainers/defclass-std

    15View on GitHub↗

    A shortcut macro to write DEFCLASS forms quickly

    Common Lisp
    View on GitHub↗15
  • atlas-engineer/nclassesatlas-engineer avatar

    atlas-engineer/nclasses

    8View on GitHub↗

    A define-class macro for less boilerplate

    Common Lisp
    View on GitHub↗8
See all 10 alternatives to Static Dispatch→