On Thu, 27 Jan 2005 11:17:13 -0500, Raymond Toy <[EMAIL PROTECTED]> wrote:
> simple-streams will let you do that, I think. How does one use them, BTW? According to the manual[1] one should REQUIRE them but on Debian testing I get this: [EMAIL PROTECTED]:~$ lisp -noinit CMU Common Lisp CVS release-19a 19a-release-20040728 + minimal debian patches, running on vmware With core: /usr/lib/cmucl/lisp.core Dumped on: Tue, 2004-11-02 10:13:52+01:00 on vmware For support see http://www.cons.org/cmucl/support.html Send bug reports to the debian BTS. or to [EMAIL PROTECTED] type (help) for help, (quit) to exit, and (demo) to see the demos Loaded subsystems: Python 1.1, target Intel x86 CLOS based on Gerd's PCL 2004/04/14 03:32:47 * (require :simple-streams) Error in function REQUIRE: Don't know how to load SIMPLE-STREAMS [Condition of type SIMPLE-ERROR] Restarts: 0: [ABORT] Return to Top-Level. Debug (type H for help) (REQUIRE :SIMPLE-STREAMS NIL) Source: ; File: target:code/module.lisp (ERROR "Don't know how to load ~A" MODULE-NAME) Thanks, Edi. [1] <http://common-lisp.net/project/cmucl/doc/cmu-user/extensions.html#toc45>
