sharp-bq
A construct borrowed from the Lisp Machine, e.g.

#`(write-string ,("foo" "bar"))

expands to

(PROGN (WRITE-STRING "foo") (WRITE-STRING "bar"))

For details, see the Lisp Machine Manual.

Depends on: fiveam, named-readtables

Repository: https://github.com/g000001/sharp-bq

License: BSD 3-Clause


convenience library