freebsd-ports/lang/screamer/files/build.lisp
Edwin Groothuis 34ac9b52a6 New Port: ports/lang/screamer
Screamer is an extension of Common Lisp that adds support
	for nondeterministic programming.

PR:		ports/39895
Submitted by:	Scott Flatman <sf@dsinw.com>
2003-01-19 13:12:02 +00:00

7 lines
191 B
Common Lisp

;; -*- Mode: Lisp -*-
(declaim (optimize (speed 3)
(compilation-speed 0)
(safety 0)
(debug 0)))
(compile-file "screamer.lisp")
(quit)