Raku.online now has the “Live” checkbox, which you can use to see the results of running your Raku program in real time. Below is the recording of solving the tasks of this week’s Weekly Challenge.
Category: Raku Online
Raku in a Browser
Raku is a rich programming language; it took years to design and implement. That’s why running it in a browser seems an ambitious goal. Nevertheless, that’s mostly possible. Meet raku.online — a fully standalone Raku++ engine called Raku.js running in a browser. There are three main panels here: source code on the left, output panel … Continue reading “Raku in a Browser”
Raku: a Language Where 0.1 + 0.2 is 0.3
Programming languages are fascinating. Even if you think that these are the last days when you need to write code yourself, that only gives you more time to enjoy the beauty. In this article I would like to showcase some of the small but astonishing features of Raku. Even if you never had a chance … Continue reading “Raku: a Language Where 0.1 + 0.2 is 0.3”