Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Continuations. While most solutions won't need these, those that do need them.
Well, since you brought up continuations, another item I feel like adding to my randomly selected list amongst the many randomly selectable ones is 'hypotheticals'. Perl6-ese for local is temp, so far nothing new. But there will be let as well, and it will behave like temp except that the value of the variable at the exit of scope will be retained or discarded in favour of the previous one according a condition. I'm not really sure about the exact syntax/semantics, sounds interesting though!!
Perl will compile to Parrot opcodes.

That last is the most important item. This means that any two languages that compile to Parrot will be able to use each other's code seamlessly.

Not only!! It seems that Parrot will indeed be able to run natively bytecode for other virtual machines (this is rumored to be a side effect of the planned compatibility with a game-oriented VM).

In reply to Re^2: perl5 vs perl6 by blazar
in thread perl5 vs perl6 by jbrugger

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-24 18:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found