pipe

Jason Johnson jason.johnson.081 at gmail.com
Sat Aug 25 18:23:27 UTC 2007


On 8/25/07, Igor Stasenko <siguctua at gmail.com> wrote:
> > > >
> no, you can't do this with pipes. pipes is like a cascade, but with
> same message passing semantics like regular continuation and allow you
> to mix binary or keyword messages in one continuation without using
> parenthesis:
>
> a + b | mixWith: c | squared + 5

Well, pipe is probably a bad name for this.  It is a statement
delimiter symbol like . or ; but it is short hand for allowing one to
send a message to the result of the previous expression.



More information about the Squeak-dev mailing list