user-pic

DrForr

Subscribe to feed Recent Actions from DrForr

  • Aristotle commented on Perl5 to Perl6 conversion a la Perl::Critic

    The front page is regenerated statically every few minutes.

  • Yary commented on Focussing Haskell on Perl 6

    I like the concept, but can the syntax be made to look more like the binding operator and less like a comparison? eg


    $a :< $lens >: $b; # Either side triggers change in other
    $a << $lens >: $b; # $b changes when $a does
    $a = 'foo bar'; is-deeply $b, [ 'foo', 'bar' ]; # ok 1
    $b.[0] = 'moo'; is-deeply $b, [ 'moo', 'bar' ]; is $a, 'foo bar'; # ok 2, ok 3

Subscribe to feed Responses to Comments from DrForr

About blogs.perl.org

blogs.perl.org is a common blogging platform for the Perl community. Written in Perl with a graphic design donated by Six Apart, Ltd.