Quicker to assume

The Raku Programming Language has a nice feature that goes by different names: "currying", "priming" or "partial application". Oddly enough, the method name associated with the feature is called assu...
0 Read More

Debugging by REPL

This is part 2 in the REPL Avalanche blog series. The REPL distribution also offers a repl subroutine apart from a command-line interface (CLI). A call to this subroutine can be placed in source cod...
0 Read More

RedEventStore

Recently, I wrote my first blog post on this blog about Sourcing, a Raku framework I'm developing for Event Sourcing. One crucial component of Event Sourcing is the Event Store, which is responsible f...
0 Read More

The Future of Red ORM for Raku

Introduction Red is Raku’s object-relational mapper (ORM) – a library that lets you work with databases using Raku objects and classes instead of writing raw SQL. If you’ve been using R...
0 Read More