Re: Perl 6 Advent calendar open for contributions

2018-11-16 Thread Simon Proctor
Can I just say on this. I did one last year, I don't think I'd been doing anything with Perl6 the year before. You don't have to be some kind of super guru or anything you just need to have something *you* like about the language or it's uses that you think others might find interesting. The

Re: More efficient of two coding styles?

2018-11-16 Thread Brad Gilbert
I don't know if either one has had any specific optimizations applied to it. I would go for the multi-dispatch form if there is no overlap of functionality. I think this would have a higher likelihood of getting the subroutine inlined, because the code will be smaller. If you really care that