misc-extensions

Macro library

A collection of reusable macros enhancing Common Lisp programming

The GMap iteration macro, plus a few other useful macros.

GitHub

16 stars
4 watching
2 forks
Language: Common Lisp
last commit: 4 months ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
spwhitton/anaphora A collection of macros for implicit binding and control flow in Common Lisp. 46
malisper/clamp An implementation of Arc programming language concepts in Common Lisp. 71
byulparan/sc-extensions An additional library for cl-collider that provides extensions and tools for sequencing and controlling audio synthesis. 16
joaotavora/sly-macrostep An Emacs Lisp library that enables the expansion of CL macros within source files 30
hipeta/arrow-macros Provides a set of macros for creating expressive and concise code in Common Lisp 125
tdrhq/easy-macros A Common Lisp library to simplify macro writing by automating error-prone patterns and providing a more straightforward API. 20
yitzchak/trivial-do Provides additional dolist style macros for iterating over various data structures in Common Lisp 18
trivial-garbage/trivial-garbage Provides APIs for managing object lifetimes and memory management in Common Lisp programs. 43
ghollisjr/cl-ana A modular Common Lisp framework for data analysis and visualization 197
svenssonjoel/lispbm An interpreter for a concurrent, functional programming language with message-passing and pattern-matching capabilities. 90
mrluc/macros.coffee Provides a Lisp-style macro system for CoffeeScript 37
sashamelentyev/usestdlibvars Detects potential misuse of standard library variables in Go code 43
managarm/mlibc A portable C standard library with support for multiple architectures and operating systems. 853
melusina-org/make-common-lisp-program Creates executable Common Lisp programs on GitHub runners with various implementations and systems 3
cbaggers/fn A set of macros and functions to simplify the use of lambda in Common Lisp by adding implicit arguments. 25