Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^14: Continuations in Perl - Returning to an arbitrary level up the call stack

by LanX (Saint)
on May 20, 2013 at 12:01 UTC ( [id://1034318]=note: print w/replies, xml ) Need Help??


in reply to Re^13: Continuations in Perl - Returning to an arbitrary level up the call stack
in thread Continuations in Perl - Returning to an arbitrary level up the call stack

> You can achieve same if replace goto with return

I know, but you designed this strange example.

> And by the way, just in case if you pretend that it's always best to work that way,

The point is about ease of design not speed.

But being obliged to call a routine which does evals for each single recursion level can hardly be faster then jumping back level by level.

with_return is neither easier to code nor faster.

> > For instance, when designing a recursion to search a graph it's sometimes desirable to stop immediately after the goal is reached.

Indeed I gave a real world example of searching a labyrinth.

You gave us strange code without motivation!

For me, the point about "multi returns" is to be able to use a simple algorithm that searches a complete graph, which can be easily changed with a minimum of code to have a fast exit.

Thats what goto does w/o overhead of a strange module.

edit

> And this is cheat again.

I used plain perl to solve tasks you "designed", producing the same output faster and with less code.

Who's cheating?

Cheers Rolf

( addicted to the Perl Programming Language)

Replies are listed 'Best First'.
Re^15: Continuations in Perl - Returning to an arbitrary level up the call stack
by derby (Abbot) on May 20, 2013 at 12:13 UTC

    derby thinks this conversations needs to erase the call stack back to the OP

    -derby
      As you wish: goto OP ;-)

      Cheers Rolf

      ( addicted to the Perl Programming Language)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-25 09:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found