cl-cookbook icon indicating copy to clipboard operation
cl-cookbook copied to clipboard

sbcl-librarian: easy build of shared libraries callable from C and Python (SBCL-only)

Open em7 opened this issue 1 year ago • 1 comments

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!

em7 avatar Feb 12 '24 20:02 em7

Absolutely!

(don't miss their example: https://github.com/quil-lang/sbcl-librarian/tree/main/example)

vindarel avatar Feb 13 '24 09:02 vindarel