summaryrefslogtreecommitdiff
path: root/README.md
blob: f32c97f9b47905f19993aecc8697bc57d565a995 (plain)
1
2
3
4
5
6
7
8
9
10
11
# trivial-macroexpand-all

Provides a macroexpand-all function that calls the implementation specific equivalent.

Supports: `abcl`, `allegro`, `ccl`, `clisp`, `cmucl`, `corman`, `lispworks`, `mkcl`, `sbcl`, `ecl` & `scl`

On unsupported implementations it returns the form unchanged and emits a warning.

## Trivial..again?

Yup another library using the `trivial-*` naming convention`, `but look at the source.. it's pretty damn trivial