[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


+
+
+
+
+
+
+
+
+
+
+
+
+
+
+