
3 Sep
2008
3 Sep
'08
6:24 p.m.
On Wed, Sep 3, 2008 at 7:55 PM, Stjepan Rajko <stipe@asu.edu> wrote:
On Wed, Sep 3, 2008 at 10:28 AM, Phil Endecott
That's the notation currently proposed for Dataflow. I would prefer no operator overloading here, but would accept operator|. Stjepan, is there any precedent (other languages etc.) for >>=?
Not that I am aware of. It was inspired by the >> operator use in C++, e.g.,
in >> out1 >> out2,
FWIW Haskell uses >>> and >>= for something non completely unrelated to the range usage of |. See http://tinyurl.com/yy9foz -- gpd