SquircleSpace / shcl

SHell in Common Lisp
Apache License 2.0
319 stars 17 forks source link

Static linking of libshclsupport #21

Open SquircleSpace opened 6 years ago

SquircleSpace commented 6 years ago

SHCL depends on a small C library named libshclsupport. SHCL loads it with cffi. That's annoying. It would be way cooler if SHCL didn't depend on a special purpose shared library. Distributing SHCL is going to be awkward as long as SHCL needs a support library.

Supposedly, static linking is a thing, now. Maybe that's a viable option?