I was anxious to start reading Apocalypse 5, but by the time I reached page 3 I was wondering how much thing will change. As we know, thing will change a lot.

Personally I use regexes regularly (and not the simple ones). My first thought was converting all of my old code (it may be time to look for a new job ;-). Then I read how you can assign variables in the regexes. I especially liked %hash:=[(…)…(…)] construct for filling hashes. If this is close to the same speed as doing a loop with split, I’ll be very happy. I also think that having /x on be default is a good choice and will help make things easier to read. The option to have a non-assigning group is also welcome.

I’m undecided on how well the grammar rules will work, and if they will solve more problems then they create. I’m sure that Damian’s Exegesis 5 will shed some more light and give us even more to talk about.

In all, I’m looking forward to playing with the new regexes, but dreading the day I move my code to perl6 and will have to change and test (again) all of those regexes.

What are some of your reactions to the change?


In reply to Apocalypse 5 and regexes by c-era

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.