Skip to content

Instantly share code, notes, and snippets.

@r-moeritz
Created July 31, 2012 00:37
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 r-moeritz/3212298 to your computer and use it in GitHub Desktop.
Save r-moeritz/3212298 to your computer and use it in GitHub Desktop.
ECL compile again
(in-package #:c)
(defparameter *compile-in-constants* t)
(in-package #:cl-user)
(compile-file "hello.lisp" :system-p t)
(c:build-program "binary" :lisp-files '("hello.obj"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment