summaryrefslogtreecommitdiff
path: root/README.md
blob: 187c86791202248102c8af06eb1cb32dc2eab6fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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`

If you the function from a supported implementation then the two return values are:
- the expanded form
- t

If you the function from an usupported implementation then the two return values are:
- the original form
- nil

## Trivial..again?

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