awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
lisp-maintainers avatar

lisp-maintainers/defclass-stdFork

0
View on GitHub↗
15 stele·0 fork-uri·Common Lisp·5 vizualizări

Defclass Std

A shortcut macro to write DEFCLASS forms quickly

Features

  • CLOS Extensions - Macro for writing concise class and print-object definitions.
  • Object System Extensions - Shortcut macros for defining classes and print methods.

Istoric stele

Graficul istoricului de stele pentru lisp-maintainers/defclass-stdGraficul istoricului de stele pentru lisp-maintainers/defclass-std

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Defclass Std

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Defclass Std.
  • atlas-engineer/nclassesAvatar atlas-engineer

    atlas-engineer/nclasses

    8Vezi pe GitHub↗

    A define-class macro for less boilerplate

    Common Lisp
    Vezi pe GitHub↗8
  • digikar99/polymorphic-functionsAvatar digikar99

    digikar99/polymorphic-functions

    56Vezi pe GitHub↗

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

    Common Lisp
    Vezi pe GitHub↗56
  • guicho271828/inlined-generic-functionAvatar guicho271828

    guicho271828/inlined-generic-function

    109Vezi pe GitHub↗

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

    Common Lisp
    Vezi pe GitHub↗109
  • alex-gutev/static-dispatchAvatar alex-gutev

    alex-gutev/static-dispatch

    81Vezi pe GitHub↗

    Static generic function dispatch for Common Lisp

    Common Lisp
    Vezi pe GitHub↗81
Vezi toate cele 10 alternative pentru Defclass Std→

Întrebări frecvente

Ce face lisp-maintainers/defclass-std?

A shortcut macro to write DEFCLASS forms quickly

Care sunt principalele funcționalități ale lisp-maintainers/defclass-std?

Principalele funcționalități ale lisp-maintainers/defclass-std sunt: CLOS Extensions, Object System Extensions.

Care sunt câteva alternative open-source pentru lisp-maintainers/defclass-std?

Alternativele open-source pentru lisp-maintainers/defclass-std includ: alex-gutev/static-dispatch — Static generic function dispatch for Common Lisp. 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. 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.