34ac9b52a6
Screamer is an extension of Common Lisp that adds support for nondeterministic programming. PR: ports/39895 Submitted by: Scott Flatman <sf@dsinw.com>
7 lines
191 B
Common Lisp
7 lines
191 B
Common Lisp
;; -*- Mode: Lisp -*-
|
|
(declaim (optimize (speed 3)
|
|
(compilation-speed 0)
|
|
(safety 0)
|
|
(debug 0)))
|
|
(compile-file "screamer.lisp")
|
|
(quit)
|