On behalf of the Rakudo development team, I’m pleased to announce the
April 2026 release of Rakudo #192. Rakudo is an implementation of
the Raku1 language.
The source tarball for this release is available from
https://rakudo.org/files/rakudo.
Pre-compiled archives will be available shortly.
New in 2026.04:
-
Improvements:
- Make method not found suggestions a bit smarter [3b1201c]
- Overhaul QuantHash infrastructure [5bceb7c]
- Add a worry for using the unimplemented TEMP phaser [3b8b6d6]
- Make .comb accept Cool values for limit [d04cb70]
- Check for literal value in signature with .return(-rw) [9dfe3e7]
- Add some sanity checking on Grammar.parse [92ead2b]
- Add
itemto error message stating expected param traits [f1c1846]
-
Fixes:
- Fix SETTING:: prefix having literal single quotes on Windows, resolving several issues with the optimizer on Windows [1e93528][d8aeb7e]
- Properly support coercive types on parameterized Set(Hash) [ab6efca]
- Gate nested-name collision fix on 6.e; emulate legacy on 6.d but add deprecation warnings [3e02de0][febd90e][dfaf7c8][b7f7778][6e6cd5e][4b06516][4ee541b][2d92f01][dc5e945]
- bytecode validation error fix [8051244]
- utf8-c8 fix [9dcbc23]
- Fix .index(@needles) [1d991f9]
- Use IMPL-MAYBE-CURRY in ApplyInfix.PERFORM-BEGIN - DRY [181cbbc]
- Fix silent no-op for
$.foo = ...on non-rw attributes [00a4188] - Make sure exits-ok shows the description if given [b18dd71]
- Fix type smiley enforcement on anonymous params in list assignment, Enforce type constraints on ano typed params in RakuAST list assignment, Enforce type smileys on anon typed params in old frontend list assignment [f7b814e]
- Fix spurious sigspace warning for rx:s// in RakuAST frontend [26155d3]
- Fix Set(Hash).new(foo) for coercive type parameterizations [2fe33db]
-
Additions:
-
RakuAST:
The following people contributed to this release:
Elizabeth Mattijsen, Nick Logan, Will Coleda, Richard Hainsworth,
David Schultz, Timo Paulssen, Wenzel P. P. Peppmeyer, Zoltan Ness,
habere-et-dispertire
This release implements 6.c and 6.d versions of the Raku specification.
6.c version of the language is available if you use the use v6.c
version pragma, otherwise 6.d is the default.
Upcoming releases in 2026 will include new functionality that is not
part of 6.c or 6.d specifications, available with a lexically scoped
pragma. Our goal is to ensure that anything that is tested as part of
6.c and 6.d specifications will continue to work unchanged. There may
be incremental spec releases this year as well.
If you would like to contribute or get more information, visit
https://raku.org, https://rakudo.org/community, or join us
on IRC (#raku on Libera), the Discord, or the
perl6-compiler@perl.org mailing list.
Additionally, we invite you to make a donation to The Raku Foundation
to sponsor Raku development: https://rakufoundation.org/donate
(put “Raku Core Development Fund” in the ‘Purpose’ text field)
The next release of Rakudo (#193), is tentatively scheduled for 2026-05-23.
The development team appreciates feedback! If you’re using Rakudo, do See https://raku.org/ ↩
get back to us. Questions, comments, suggestions for improvements, cool
discoveries, incredible hacks, or any other feedback are welcome
through the channels listed above.
Footnotes