I would like to get more #guix, #perl, #rakulang and #golang content on my mastodon (harder to get since I moved to my own instance), any account I should follow ? 🙏
2026.15 Hugs & Busses - programming.dev

Lemmy

The Weekly Challenge - 369 #Perl #RakuLang
Task 1: Valid Tag
Task 2: Group Division
https://theweeklychallenge.org/blog/perl-weekly-challenge-369
The Weekly Challenge - 369

The Weekly Challenge - 369

The Weekly Challenge
I'm making a #rakulang terminal emulator heavily inspired by #XMonad (automatic tiling, focus follows mouse, and multi-window). VTE is doing the heavy lifting, but it's at the point where I can develop it from itself.
The Weekly Challenge 368: Omega is Bigger

I’ve been doing the Weekly Challenges. The latest involved character replacement and prime factor analysis. (Note that this ends today.)

RogerBW's Blog
some fun Artemis II armchair physics using the CragCLI calculator (https://cragcli.info) #rakulang #artemis #cli #commandline #physics

@psyhackological I actually find e.g. #Rakulang's approach quite interesting too. Gradual dynamic typing. For example, using `subset`
```raku
subset Age of Int where 0..120;
my Age $my-age = 25; # OK
my Age $old-age = 150; # Error: Type check failed

subset Username of Str where /^ \w ** 3..15 $/;
my Username $user = “r2d2_detective”; # OK
my Username $bad = “yo”; # Error
```

Manjaro Linux Team Goes on Strike, Threatens to Fork the Project - programming.dev

Lemmy

The Weekly Challenge - 368 #Perl #RakuLang
Task 1: Make it Bigger
Task 2: Big and Little Omega
https://theweeklychallenge.org/blog/perl-weekly-challenge-368
The Weekly Challenge - 368

The Weekly Challenge - 368

The Weekly Challenge
I’d like opinions on this project to facilitate writing EventSourcing with #rakulang : https://fco.github.io/Sourcing-2/ this is my first test on using opencode + sdd. I’m still not sure about why I think about that experience…
Sourcing — Event Sourcing Library for Raku