easy-macros
Macro helper
A Common Lisp library to simplify macro writing by automating error-prone patterns and providing a more straightforward API.
A Common Lisp library to define less error-prone macros, faster.
20 stars
4 watching
0 forks
Language: Common Lisp
last commit: 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
cbaggers/fn | A set of macros and functions to simplify the use of lambda in Common Lisp by adding implicit arguments. | 25 |
scymtym/trivial-with-current-source-form | Provides improved error reporting in macro expansion for Common Lisp implementations. | 36 |
kellyselden/ember-macro-helpers | A collection of reusable JavaScript functions to simplify the creation of custom Ember macros and computed properties. | 62 |
tdrhq/fiveam-matchers | An extensible matcher library for testing, inspired by Java's Hamcrest. | 8 |
atlas-engineer/nclasses | A set of helper macros to simplify class definitions and related functionality in Common Lisp. | 7 |
joaotavora/sly-macrostep | An Emacs Lisp library that enables the expansion of CL macros within source files | 30 |
spwhitton/anaphora | A collection of macros for implicit binding and control flow in Common Lisp. | 46 |
yitzchak/trivial-do | Provides additional dolist style macros for iterating over various data structures in Common Lisp | 18 |
slburson/misc-extensions | A collection of reusable macros enhancing Common Lisp programming | 16 |
hipeta/arrow-macros | Provides a set of macros for creating expressive and concise code in Common Lisp | 125 |
digikar99/reader | Provides reader macros for various data structures and functions in Common Lisp | 13 |
tailhook/quick-error | A macro system for defining error types with customizable display and source information. | 335 |
tdrhq/slite | Interactive test runner for Common Lisp tests | 50 |
danlentz/printv | A tracing and debug-logging macro for Common Lisp | 67 |
tani/papyrus | A literate programming tool that enables users to write executable code snippets in Markdown with Common Lisp | 48 |