Skip to content

Instantly share code, notes, and snippets.

View siabard's full-sized avatar

Yeonho Jang siabard

View GitHub Profile
@siabard
siabard / build-image.lisp
Created February 7, 2023 23:40 — forked from kisom/build-image.lisp
automatically generate a quicklisp-enhanced sbcl image
#!/usr/bin/env sbcl --script
;;;; build-image.lisp
;;;; build a customised sbcl image
;;;;
;;;; you can modify the package list by changing the *base-packages*
;;;; global variable. this is useful for building a custom binary with
;;;; your commonly used libraries already present (at the expense of
;;;; some memory) but will cut down on load times.