Import Gauche macros to elisp with changing some conventions. Just import 💓 macros.
This package is:
- Desired to never conflict with GNU Emacs core routines.
- Short name symbol is using now, so maybe conflict to other package function.
- This package will NEVER be uploaded to elpa since avoid namespace confliction.
- cond-list
- srfi-and-let* (Originally
and-let*
) - srfi-cond (Original
cond
) - $
- cut, cute
- and-let1
- let1
- rlet1
- if-let1
make check
Something like:
make EMACS=/usr/local/emacs-28/bin/emacs check
You can change environment by:
cp env.mk.sample env.mk
and edit env.mk