Raku community(?) in 2026 - how my permanent ban came to be - Marton Polgar
https://programming.dev/post/47337716
Lemmy
2026.11 Pi Day 2026
https://programming.dev/post/47303995
The Weekly Challenge - 365
@manwar Both challenges are appropriately solved with #RakuLang #RegEx
The second one is a #OneLiner but almost 🙂
Decrypt string: ``` S:g/[(\d)|(\d\d)\#]/{chr 96+$0}/```
Goal parser: ``` my %p = '()' => 'o', '(al)' => 'al'; S:g/@(%p.keys)/{%p{$/}}/```
I’ve been doing the Weekly Challenges. The latest involved various sorts of string parsing. (Note that this ends today.)
Pi Day 2026: Formulas, Series, and Plots for π - Anton Antonov
https://programming.dev/post/47216808
Jupyter::Chatbook Cheatsheet - Anton Antonov
https://programming.dev/post/47203233