niner

Results 235 comments of niner

As this is about a trade-off we also need numbers for how this affects loading of smaller files - which is arguably the far more common use case. What if...

Yeah, seems like it can do exactly what you expect it to: ``` > RAKUDO_RAKUAST=1 ./rakudo-m -e 'module Foo { our Int $a = 1 }; say $Foo::a; $Foo::a =...

Before we get to a decision, we first need a fully specified proposal. We do not have that yet. We have an intriguing idea. What we still need is the...

I disagree. I expect the hash slice to be in the order of the keys I supplied. Returning an unordered hash would defy this expectation.

I wonder if the assumption will actually hold. Macros will be able to modify WhateverCodes in arbitrary ways, possibly including the addition of phasers.