Skip to content

Instantly share code, notes, and snippets.

@vydd
Created November 26, 2015 17:40
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/230df2c3c0c45f4e55b2 to your computer and use it in GitHub Desktop.
Save vydd/230df2c3c0c45f4e55b2 to your computer and use it in GitHub Desktop.
#!/usr/bin/env sh
sbcl \
--eval "#+(and darwin sbcl)(eval-when (:compile-toplevel :load-toplevel :execute)(sb-int:set-floating-point-modes :traps nil))" \
--eval "(ql:quickload :swank)" \
--eval "(ql:quickload :trivial-main-thread)" \
--eval "(ql:quickload :4x0ng)" \
--eval "(tmt:call-in-main-thread #'4x0ng:4x0ng)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment