defclass-std

Class creator

A macro that simplifies the creation of classes in Common Lisp by reducing verbosity and boilerplate code.

A shortcut macro to write DEFCLASS forms quickly

GitHub

9 stars
2 watching
0 forks
Language: Common Lisp
last commit: about 2 months ago

Related projects:

Repository Description Stars
atlas-engineer/nclasses A set of helper macros to simplify class definitions and related functionality in Common Lisp. 7
shirakumo/redist A system for creating and managing Quicklisp distributions of Common Lisp projects 12
lisp-maintainers/cl-repl A full-featured Common Lisp REPL with rich functionalities such as powerful multiline editing and debugging tools. 19
lisp-maintainers/quicksearch A tool to quickly search for Common Lisp libraries and projects. 4
robertdober/lab42_defkw A module that provides macros to create functions with syntax-based keyword parameters and default values in Elixir. 2
borodust/alien-works-delivery A system for delivering Common Lisp applications as executable bundles in various formats 33
tdrhq/easy-macros A Common Lisp library to simplify macro writing by automating error-prone patterns and providing a more straightforward API. 20
pascalcombier/plain-common-lisp A framework to simplify Common Lisp development on Windows 20
commondoc/codex Automates creation of documentation from Common Lisp docstrings 90
cbaggers/fn A set of macros and functions to simplify the use of lambda in Common Lisp by adding implicit arguments. 25
eudoxia0/cmacro Provides a set of reusable code transformations and abstractions for writing domain-specific languages (DSLs) in C. 885
nobody-famous/alive A Common Lisp extension for VSCode that provides basic development tools and features for the Steel Bank Common Lisp compiler. 206
sanel/magic-ed A tiny editing facility for Common Lisp REPLs. 24
hyotang666/trivial-formatter A utility that formats Common Lisp source code according to standardized conventions and syntax. 38
stylewarning/cl-permutation Provides data structures and operations for permutations and permutation groups in Common Lisp. 50