Newsgroups: comp.lang.lisp
From: Lieven Marchand <m...@bewoner.dma.be>
Date: 2000/06/22
Subject: Re: Newbie asking for help
The Glauber <theglau...@my-deja.com> writes: This isn't meant to reopen the great LOOP flame war but one way of > And, of course, this works too: > (with-open-file (ifile "key.html" :direction :input) > So, i plod along, undaunted... doing it is: (with-open-file (ifile "key.html" :direction :input) If the loop implementation of your CL system supports extending loop Then you can do: (loop for line being each line of ifile If you use the simple loop, you might consider do: (with-open-file (ifile "/etc/passwd" :direction :input) -- You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||