From 6d99c05b98fd0ec1a5c4cc30032418ecfdadcb01 Mon Sep 17 00:00:00 2001 From: qorg11 Date: Thu, 9 Dec 2021 14:52:59 +0100 Subject: [PATCH] ... --- rocks/computers/software/langs/raku.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocks/computers/software/langs/raku.md b/rocks/computers/software/langs/raku.md index 511e4ff..b4c7bb8 100644 --- a/rocks/computers/software/langs/raku.md +++ b/rocks/computers/software/langs/raku.md @@ -165,7 +165,7 @@ joining a thread. ## Rakudo Rakudo is the main implementation of the Raku programming language. It -compiles Raku code to be run in MoarVM or, if wanted, the JVM[^:2]. +compiles Raku code to be run in MoarVM or, if wanted, the JVM[^2]. [^1]: Haha discordian reference! [^2]: MoarVM is the most used because it's the fastest raku implementation. But you can compile Rakudo to use the JVM if you really want to.