2022.13 Roadmapping

Jonathan Worthington announced an updated Comma Roadmap. With native support for the Mac M1 processor, more module creation / maintenance support and lots of interesting new debugging facilities. All made possible by those of you buying a Comma Complete edition!

Wenzel’s Corner

Wenzel P.P. Peppmeyer had trust issues this week (/r/rakulang comments).

Did You Know?

Sometimes you want to store the logic for some action in a variable, and then call that. By giving that variable the &-sigil, you don’t even need to specify that sigil when calling that logic. For example:

my &surprise = Bool.pick
  ?? -> $value { $value * 2 }
  !! -> $value { $value / 2 }
say surprise(42);  # 84 or 21

Weeklies

Weekly Challenge #158 is available for your perusal, with a Happy 3rd Anniversary.

New Pull Requests

Core Developments

  • Jan-Olof Hendig upped the libuv dependency in MoarVM.
  • Daniel Green fixed some C-compiler warnings that may or may not point to actual issues, and fixed an execution error when calling .subst and $/ turned out to be a constant.
  • Elizabeth Mattijsen added .deploy, .remove-artifacts and .self-destruct methods to the CUR::Staging module, and reorganized some internals for better maintainability.
  • And some smaller tweaks and fixes.

Questions about Raku

Meanwhile on Twitter

Comments about Raku

Updated Raku Modules

Winding down

Again, this week the Rakudo Weekly News shows the Ukrainian flag 🇺🇦 in support of the people in Ukraine, and any other people who are trying to make an end to the war in Ukraine. Слава Україні!  Героям слава!

Please stay safe, stay healthy, keep up the good work!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s