Skip to content

Instantly share code, notes, and snippets.

<html>
<head>
</head>
<body>
<canvas id='spaceship' height='500' width='500'></canvas>
</body>
</html>
say "Hello World";
@pmurias
pmurias / main.p6
Last active October 15, 2019 12:57
A simple Hello World
say "Hello World";
@pmurias
pmurias / main.p6
Created October 15, 2019 14:39
Hello World
say "Hello World";
<span id='greeting'></span>
@pmurias
pmurias / TUTORIAL.md
Last active October 16, 2019 14:29
start of tutorial

The easiest way to try out rakudo.js is to try use 6pad If you load it in your browser you can run Raku code without installing anything.

To share or view example keep in mind 6pad can run gists. If you create a gist like https://gist.github.com/pmurias/b5d2414766e7a87969cb26a9e67a72a2 6pad will load the code you put in main.p6 if you pass it like https://perl6.github.io/6pad/#b5d2414766e7a87969cb26a9e67a72a2

If you type this into 6pad and press run you will receive a generic welcome from rakudo.js