August 10, 2026
Grammars, junctions, lazy infinite lists, user-defined operators, a metaobject protocol you can call at runtime, and operators spelled with Unicode. Here are a lot of examples, normal and exotic. I ran every one of them.
Read More...
July 21, 2026
I just released LearnRaku.dev into production. It is an interactive, browser-based trainer for learning Raku. You get an exercise, a failing spec, and an editor. You write code until the spec…
Read More...
July 11, 2026
A few weeks ago I blog'd about shipping behave.dev , the first Raku app I ever put into production. This blog post is an even bigger deal to me personally. The site you are reading right now,...
Read More...
May 25, 2026
Shipping My First Raku App: behave.dev I just released behave.dev into production. It's the homepage for BDD::Behave , my behavior-driven testing framework for Raku. It's the first Raku application...
Read More...
July 28, 2024
I've been watching Raku since it was still Perl 6, back when Larry Wall gave his State of the Onion talk in 2000 . Fifteen years from announcement to 1.0. You can defend the timeline; they were...
Read More...
August 2, 2023
I wanted to learn to create a dynamically-named method inside a dynamically-named class in Raku. This is what I ended up with: #!/usr/bin/env raku my $class-name = "MyDynamicClass"; my $method-name =...
Read More...
January 23, 2021
Console Blackjack for Raku. Github Repo Latest Release Report Issues LICENSE Current Version: v1.0.6 Install using zef: zef install Console::Blackjack
Read More...
May 25, 2020
ORM::ActiveRecord is an object-relational mapping module for Raku that mostly follows the Active Record Pattern . Install using zef: zef install --/test ORM::ActiveRecord More info: Doumentation...
Read More...
May 5, 2020
A behavior driven development framework for Raku. Github Repo Latest Release Report Issues LICENSE Install using zef: zef install BDD::Behave
Read More...
May 5, 2020
HTML Abstraction Markup Language for Raku. A shameless rip-off of Ruby HAML. Github Repo Latest Release Report Issues LICENSE
Read More...