[REBOL] Re: What does REBOL fix?

2003-12-13 Thread Graham Chiu
Re: What does REBOL fix? > Can we find a snappy one-liner? > > http://www.paulgraham.com/fix.html > > Sunanda. > Because Lisp is too scary Because Arc is too late :) -- Graham -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: What does REBOL fix?

2003-12-13 Thread Tom Conlin
because syntax is scary On Sat, 13 Dec 2003 [EMAIL PROTECTED] wrote: > > Can we find a snappy one-liner? > > http://www.paulgraham.com/fix.html > > Sunanda. > -- > To unsubscribe from this list, just send an email to > [EMAIL PROTECTED] with unsubscribe as the subject. > -- To unsubscribe fro

[REBOL] What does REBOL fix?

2003-12-13 Thread SunandaDH
Can we find a snappy one-liner? http://www.paulgraham.com/fix.html Sunanda. -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: read directory

2003-12-13 Thread Romano Paolo Tenca
Hi Ladislav, > I don't like that. As far as I know, no operating system allows that. Am I wrong? I do not know it and i did not know it. This should make your proposal more accettable, also if is left to the OS. Sometimes FTP is used as an interface for database which are not true file system.

[REBOL] Re: collect-in

2003-12-13 Thread Romano Paolo Tenca
Hi Ladislav, > >The advantages: > >is trasparent for break > >works with empty block > >inside the body you know where values are stored > >is not slow > Does this behave well w.r.t. Return? Should be trasparent for return. Also the value returned by the loop is the same. The bod