Skip to content

Instantly share code, notes, and snippets.

@earl-ducaine
Created July 16, 2018 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save earl-ducaine/c1a59ab3d9384d318fbe715abbff0eb6 to your computer and use it in GitHub Desktop.
Save earl-ducaine/c1a59ab3d9384d318fbe715abbff0eb6 to your computer and use it in GitHub Desktop.
Create executable CL world: save-lisp-and-die
(defun main ()
(format t "Hello, world!~%"))
(sb-ext:save-lisp-and-die "hello-world.exe"
:executable t
:compression 9
:toplevel 'main)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment