Lisp for the web: building one standalone binary with foreign libraries, templates and static assets

from blog Lisp journey, | ↗ original
In our previous entry, we saw how to deploy our web application with Systemd, either from sources or with a binary. Now we’ll speak more about this building process to produce one binary that contains everything for our web app. We’ll tackle 3 issues: ship foreign libraries alongside your binary, such as libreadline.so or libsqlite3.so, include...