Re: Commensurability as Key

2013-08-19 Thread James Bowery
Maybe Perl 7. On Mon, Aug 19, 2013 at 2:30 PM, Parrot Raiser <1parr...@gmail.com> wrote: > Let's get the basics nailed down and working so that we can learn > them, before wandering any further into theoretical CS. > > On 8/18/13, James Bowery wrote: > > Of the two key conceptual gaps in curren

[perl #119371] [BUG] Null PMC access when parameter mixes in role in macro in Rakudo

2013-08-19 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #119371] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=119371 > r: role popo { macro marco { $^a but popo }; marco popo; } rakudo 13f2f9: OUTPU

[perl #119369] [BUG] 'my %a{%a}' (declaring a hash with the hash itself in braces) doesn't parse in Rakudo (but does in STD.pm6)

2013-08-19 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #119369] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=119369 > rnp: my %a{%a} rakudo 13f2f9: OUTPUT«===SORRY!=== Error while compiling /tmp/K2

Re: Commensurability as Key

2013-08-19 Thread Parrot Raiser
Let's get the basics nailed down and working so that we can learn them, before wandering any further into theoretical CS. On 8/18/13, James Bowery wrote: > Of the two key conceptual gaps in current programming language philosophy > -- commensurability and change propagation -- commensurability, i