common-lisp-extensions
common-lisp-extensions copied to clipboard
Compiler Advice
Feature description:
Supported implementations:
- [x] SBCL
- [ ] CCL
- [ ] ECL
- [x] CMU
- [ ] ABCL
- [ ] ALISP
- [x] LispWorks
SBCL / CMUCL
deftransform
LispWorks
deftransform
Is the API compatible between LW and Python? Also, if the link to the document is available, please add it to the link in the bullet box description.
Is the API compatible between LW and Python?
No. LispWorks' one is simple source code transform much like the define-compiler-macro
.
SBCL/CMUCL's one is more sophisticated.