[Date Prev] [Date Next] [Thread Prev] [Thread Next] Date Index Thread Index Search archive:
Date:Mon May 14 21:26:42 1999 
Subject:Question about SCREAMER 3.12 and POPLOG 
From:David Whitten 
Volume-ID:990514.01 

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