Skip to content

Instantly share code, notes, and snippets.

@vydd
Created December 26, 2015 01:12
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 vydd/41c4cb67ae1b7f339913 to your computer and use it in GitHub Desktop.
Save vydd/41c4cb67ae1b7f339913 to your computer and use it in GitHub Desktop.
(setf sb-impl::*default-external-format* :utf-8)
(asdf:oos 'asdf:load-op 'cypress)
(sb-ext:save-lisp-and-die "cypressmac"
:toplevel
(lambda ()
(eval-when
(:compile-toplevel :load-toplevel :execute)
(sb-int:set-floating-point-modes :traps nil))
(tmt:with-body-in-main-thread (:blocking t)
(setf xelf::*executable* t)
(setf xelf::*suppress-warnings* nil)
(asdf:operate 'asdf:load-op :cocoahelper)
(lispbuilder-sdl-cocoahelper::cocoahelper-init)
(cypress:cypress))
0)
:executable t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment