As I could understand it *most* of the Perl5 syntax can be handled by Perl6 but not all of it, for instance a hash key is now written %h{key}. In general, contextual polysemy has been tracked and destroyed, this is what Conway calls Huffmanization.

Besides there are many new features that make the old Perl style verbose and messy in comparison. Youl'll find native
- iterators,
- Moose-like object constructors,
- generalized operators for method calls and parameter passing,
- type checking in subroutines,
- direct interpolation,
- subroutines trying (as in C++),
- overloaded and user-defined operators,
- and Unicode builtin.

This is why modules have to be translated in some way. One can find many modules - like CGI, DBI etc. - already available under the Rakudo project, unfortunately as far as I know Tk isn't imported yet, nor any other GUI.


In reply to Re^2: A great talk on Perl6 by emilbarton
in thread A great talk on Perl6 by emilbarton

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



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.