LispCookbook / cl-cookbook

The Common Lisp Cookbook
http://lispcookbook.github.io/cl-cookbook/
Other
930 stars 138 forks source link

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

Open em7 opened 8 months ago

em7 commented 8 months ago

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!

vindarel commented 8 months ago

Absolutely!

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