is any of you interested in automating application delivery using ASDF? Now that I fixed ASDF's bundle operations and CFFI, the missing piece is the part where the bundled object files are linked against the runtime to produce a self-contained executable.
that^ sounds as if it was possible to generate e.g. an SBCL executable core that also includes the CFFI groveler generated .a or .so files linked into it. is that possible?
a cursory look suggests that it is, but not trivial at all:
https://stackoverflow.com/questions/9449845/how-to-link-object-file-to-execu...