Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re (tilly) 3: Schwartzian Transform

by tilly (Archbishop)
on Jan 04, 2001 at 22:16 UTC ( [id://49805]=note: print w/replies, xml ) Need Help??


in reply to Re: RE (tilly) 1: Schwartzian Transform
in thread Schwartzian Transform

I have no idea if it is under consideration. Probably not. I suggested it on p5p once to decidedly mixed reviews.

I note that in many other languages similar algorithms are naturally coded as chained method calls, and that winds up reading left to right...

Replies are listed 'Best First'.
(tye)Re: Schwartzian Transform
by tye (Sage) on Jan 05, 2001 at 00:26 UTC

    I advocated a list-dereference syntax to fairly positive reviews in p5p, but I doubt anyone will find the tuits to actually implement it. It would allow an entire list to be passed to a method, like map, or to dereference multi-dimensional slices of nested data structures:

    @3dSlice= $ref->@==>{qw(a b c)}==>[1..5]; $obj->GetAttribs()==>Stringify()==>Dump();
    The choice of token was not solidified. (Or was your |> mentioned in that thread as well?)

            - tye (but my friends call me "Tye")

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://49805]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-03-28 20:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found