On Fri, Jan 17, 2003 at 09:57:47AM -0800, Mr. Nobody wrote:
> --- Michael Lazzaro <[EMAIL PROTECTED]> wrote:
> >        @out  = grep { ... } <~ map { ... } <~ @in;  # (2) (perl6)
> >        @out <~ grep { ... } <~ map { ... } <~ @in;  # (3)
> >        @in ~> map { ... } ~> grep { ... } ~> @out;  # (4)
> 
> I have to wonder how many people actually like this syntax, and how many only
> say they do because it's Damian Conway who proposed it. 

I like this syntax because it's the best one proposed so far.  As soon
as someone comes up with something better, this syntax would fall into
my mental gutter of "good, but not good enough" ideas.

I'd like -> and <- even more, if they were both available.

But we still need to hear from our Language Designer as to what he
thinks. He may decide that the whole concept isn't worth the hassle or
can be accomplished another way and then we don't have to worry about
syntax any more.

-Scott
-- 
Jonathan Scott Duff
[EMAIL PROTECTED]

Reply via email to