Skip to content

Instantly share code, notes, and snippets.

@r-moeritz
Created July 31, 2012 00:37

Revisions

  1. Ralph Möritz created this gist Jul 31, 2012.
    5 changes: 5 additions & 0 deletions gistfile1.lisp
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    (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"))