[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
WITH-OPEN-FILE
- To: BUG-Lisp at MIT-MC
- Subject: WITH-OPEN-FILE
- From: Robert P. Krajewski <RpK at MIT-ML>
- Date: Wed, 1 Sep 82 17:40:00 GMT
- Cc: RpK at MIT-OZ
- Original-date: 1 September 1982 13:40-EDT
Does WITH-OPEN-FILE exist in MacLisp ? It would be a very nice
thing to have. I'd define a robust version of it, but I don't
know how MacLisp does UNWIND-PROTECTs and such. (If you take
out the clean-up code, it's very simple.)
This may be a stupid question, but why don't the objects
returned by OPEN accept messages like :TYO, :TYI, :STRING-OUT,
:LINE-OUT, :TRUENAME, and so on ? All they seem to accept are
very general messages that would be handled by the Lisp Machine
SI:VANILLA-FLAVOR -- :PRINT-SELF and others.
``Bob''