[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
WITH-OPEN-FILE
- To: RPK at MIT-MC
- Subject: WITH-OPEN-FILE
- From: Kent M. Pitman <KMP at MIT-MC>
- Date: Wed, 1 Sep 82 20:27:00 GMT
- Cc: BUG-LISP at MIT-MC
- Original-date: 1 September 1982 16:27-EDT
There is a package on LIBLSP called IOTA which does what you want. I'm working
on a library of macros and functions to help people trying to hack Lisp
Machine compatibility. Among things in that library will be WITH-OPEN-FILE.
For now, though, IOTA is the thing to use. It's used heavily in lots of Maclisp
systems and works fine. Documentation is in LIBDOC;IOTA >
-kmp