I was looking up information about SCREAMER
(a non-deterministic programming extension of Common Lisp)
and notice in the web page at
http://yoda.cis.temple.edu:8080/constraints/screamer/README
the following statement:
More complex programs
typically reside in their own package. You can place a program in its own
package by using the following preamble to your file:
(IN-PACKAGE :CL-USER)
(SCREAMER:DEFINE-SCREAMER-PACKAGE :<my-package>
<optional defpackage arguments>)
(IN-PACKAGE :MY-PACKAGE)
Note that DEFINE-SCREAMER-PACKAGE doesn't work under AKCL or Poplog so on
these systems you must either use the SCREAMER-USER package or figure out on
your own how to appropriately define a Screamer package.
Does anyone know why it won't work in Poplog ?
Thanks,
David
|