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 = "dynamic-method";
raku (17) ruby (4) meta (1)
January 23, 2021
Console Blackjack for Raku.
Current Version: v1.0.6
Install using zef:
zef install Console::Blackjack
raku (17) blackjack (13) console (10)
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:
raku (17) active-record (1) orm (1)
May 5, 2020
A behavior driven development framework for Raku.
Install using zef:
zef install BDD::Behave
raku (17) testing (2) bdd (1)
May 5, 2020
HTML Abstraction Markup Language for Raku. A shameless rip-off of Ruby HAML.
raku (17) template (1) haml (1)
November 8, 2019
Fizz Buzz written in Raku
raku (17) fizzbuzz (1)
October 26, 2019
Here's my shell script for building MoarVM, NQP, and Rakudo from source.
raku (17) nqp (1) readline (1) zef (1) build (1) moarvm (1)
October 24, 2019
ORM::ActiveRecord now has support for has-many through relationships.
raku (17)