[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
File I/O
- To: +dist+/afs/andrew.cmu.edu/usr0/postman/DistLists/Andrew-Hints.dl@andrew.cmu.edu, bb+andrew.programming.lisp@andrew.cmu.edu, common-lisp@sail.stanford.edu, Outbound News <outnews+ext.nn.comp.lang.lisp@andrew.cmu.edu>
- Subject: File I/O
- From: David Greene <dg1v+@andrew.cmu.edu>
- Date: Sun, 12 Feb 89 16:16:29 -0500 (EST)
I am trying to read various types of ascii data files into a standard common
LISP program (Ibuki Common Lisp). There are a number of ways to create streams
and such, but how can I test for an End Of File so that my read won't return an
error?
I have gone through Steele, but apparently the appropriate function has eluded
me. Thanks for any help.
-David
dg1v@andrew.cmu.edu
dpg@isl1.ri.cmu.edu
- Follow-Ups:
- File I/O
- From: Kent M Pitman <KMP@STONY-BROOK.SCRC.Symbolics.COM>