Closing as resolved.
Of course! the base URL has posts :P
http://www.learningperl6.com/
Knew I saw it somewhere...
Chris
On Mar 11, 2016, at 8:28 AM, Fields, Christopher J
mailto:cjfie...@illinois.edu>> wrote:
The below link indicates an update in Dec. 2015. I also recall seeing
something after the Christmas re
The below link indicates an update in Dec. 2015. I also recall seeing
something after the Christmas release, maybe from brian d foy, which indicated
this is still being worked on.
http://www.learningperl6.com/book/
Chris
> On Mar 11, 2016, at 7:56 AM, Will Coleda wrote:
>
> ISTR that link h
Patches and test:
https://github.com/MoarVM/MoarVM/commit/ada3752a81
https://github.com/rakudo/rakudo/commit/a8f407cccd
Resolving ticket as fixed.
ISTR that link has been around for ages. I don't think they're
actually working on that book anymore.
On Thu, Mar 10, 2016 at 5:06 PM, Steve Mynott wrote:
> See http://www.learningperl6.com/about/
>
> Although this is still vapourware and the current best resources are
> linked from the perl6.org
If you are running a 2 month old version, then yes, probably easiest
to wait for 2016.03
If you like, you can always build HEAD from source or use rakudobrew
to stay run the latest, unreleased code.
Cheers.
On Thu, Mar 10, 2016 at 7:03 PM, Parrot Raiser <1parr...@gmail.com> wrote:
> Can I easily
Hi, can you please check if it is still broken?
The patch in https://github.com/rakudo/rakudo/commit/505dc4fa should fix it.
To specify the name indirectly:
my $m = 'some-module';
require ::($m);
On 2016-03-11 11:17:44 IRST, mt1957 wrote:
> Op 10-03-16 om 20:14 schreef yary:
>> There's "require" to load a module at runtime
>>
>> http://docs.perl6.org/syntax/require
>>
>> The $*REPO object controls how to search for mo