[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What?
Rainer Joswig wrote:
> > A, IMHO, much better iteration package is
> ITERATE from Jonathan Amsterdam. The above code
> then looks:
>
> (defmethod read-lines ((stream stream))
> (iter (for line = (read-line stream nil nil))
> (while line)
> (collect line)))
>
> Hehe.
>
> http://www-2.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/code/it
> er/iterate/0.html
Well, I cannot help, but this very much reminds me of infix syntax :-)
The usage of punctuation always counted as the distinguishing feature of infix syntax.
Gabor
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- Follow-Ups:
- Re: What?
- From: Rainer Joswig <joswig@lispmachine.de>
- References:
- What?
- Re: What?
- From: "Jason Trenouth" <jason.trenouth@bigfoot.com>
- Re: What?
- From: Rainer Joswig <joswig@lispmachine.de>
- Re: What?
- From: Andreas Bogk <andreas@andreas.org>
- Re: What?
- From: Bruce Hoult <bruce@hoult.org>
- Re: What?
- From: Rainer Joswig <joswig@lispmachine.de>