LispCookbook / cl-cookbook

The Common Lisp Cookbook

Home Page:http://lispcookbook.github.io/cl-cookbook/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

em7 opened this issue · comments

commented

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!