Recollections from the Raku Core Summit
6guts - Tales of Perl 6 guts hacking
by jnthnwrthngtn
11M ago
The first Raku Core Summit, a gathering of folks who work on “core” Raku things, was held on the first weekend of June, and I was one of those invited to attend. It’s certainly the case that I’ve been a lot less active in Raku things over the last 18 months, and I hesitated for a moment over whether to go. However, even if I’m not so involved day to day in Raku things at the moment, I’m still keen to see the language and its ecosystem move forward, and – having implemented no small amount of the compiler and runtime since getting involved in 2007 – I figured I’d find something useful to do the ..read more
Visit website
The new MoarVM dispatch mechanism is here!
6guts - Tales of Perl 6 guts hacking
by jnthnwrthngtn
2y ago
Around 18 months ago, I set about working on the largest set of architectural changes that Raku runtime MoarVM has seen since its inception. The work was most directly triggered by the realization that we had no good way to fix a certain semantic bug in dispatch without either causing huge performance impacts across the board or increasingly complexity even further in optimizations that were already riding their luck. However, the need for something like this had been apparent for a while: a persistent struggle to optimize certain Raku language features, the pain of a bunch of perfor ..read more
Visit website
Raku multiple dispatch with the new MoarVM dispatcher
6guts - Tales of Perl 6 guts hacking
by jnthnwrthngtn
3y ago
I recently wrote about the new MoarVM dispatch mechanism, and in that post noted that I still had a good bit of Raku’s multiple dispatch semantics left to implement in terms of it. Since then, I’ve made a decent amount of progress in that direction. This post contains an overview of the approach taken, and some very rough performance measurements. My goodness, that’s a lot of semantics Of all the kinds of dispatch we find in Raku, multiple dispatch is the most complex. Multiple dispatch allows us to write a set of candidates, which are then selected by the number of arguments: multi ok ..read more
Visit website
Towards a new general dispatch mechanism in MoarVM
6guts - Tales of Perl 6 guts hacking
by jnthnwrthngtn
3y ago
My goodness, it appears I’m writing my first Raku internals blog post in over two years. Of course, two years ago it wasn’t even called Raku. Anyway, without further ado, let’s get on with this shared brainache. What is dispatch? I use “dispatch” to mean a process by which we take a set of arguments and end up with some action being taken based upon them. Some familiar examples include: Making a method call, such as $basket.add($product, $quantity). We might traditionally call just $product and $qauntity the arguments, but for my purposes, all of $basket, the met ..read more
Visit website
Taking a break from Raku core development
6guts - Tales of Perl 6 guts hacking
by jnthnwrthngtn
3y ago
I’d like to thank everyone who voted for me in the recent Raku Steering Council elections. By this point, I’ve been working on the language for well over a decade, first to help turn a language design I found fascinating into a working implementation, and since the Christmas release to make that implementation more robust and performant. Overall, it’s been as fun as it has been challenging – in a large part because I’ve found myself sharing the journey with a lot of really great people. I’ve also tried to do my bit to keep the community around the language kind and considerate. Receiving a vot ..read more
Visit website

Follow 6guts - Tales of Perl 6 guts hacking on FeedSpot

Continue with Google
Continue with Apple
OR