Since SBCL can be compiled as a shared library (I have tested it on Linux and Windows; unfortunately, I do not have access to a Mac), the documentation on their website seems somewhat limited. It might not be obvious how to put this feature to good use.
Hello,
Since SBCL can be compiled as a shared library (I have tested it on Linux and Windows; unfortunately, I do not have access to a Mac), the documentation on their website seems somewhat limited. It might not be obvious how to put this feature to good use.
SBCL-librarian https://github.com/quil-lang/sbcl-librarian offers an opinionated and semi-automatic way to create a library callable from C and Python.
Do you think that mentioning this project in CL-Cookbook is a good idea? If so, could I try to write a chapter/page?
Thanks!