-
For background, I starting looking at this when a profile of a Perl 6 program that calculated Ackerman numbers showed that 90% of the time was spent stringifying a big Integer to print the result. I w…
-
Perl 6 is called "Rakudo" in Debian, Fedora and Ubuntu.
-
perl6.bat -e "say IO::Path.new('C:\Program Files\Windows NT\Accessories\wordpad.exe').x()";
False
perl.exe -E "say -x 'C:\Program Files\Windows NT\Accessories\wordpad.exe'"
…
rowet updated
1 month ago
-
## The Problem
Unable to read from the STDIN in REPL, after doing CTRL-D in the `lines` or `prompt` invocation.
## Steps to Reproduce
```
Welcome to 𝐑𝐚𝐤𝐮𝐝𝐨™ v2020.12.
Implementing the 𝐑𝐚𝐤𝐮™ p…
-
I was trying to build https://github.com/rakudo/rakudo/. The readme page says that I can download MoarVM and nqp myself.
1. I built moar easily.
2. Then I tried to build nqp. It failed at "cannot …
-
Currently, v.6.e.PREVIEW, we have the following:
```
say so 0..0; # True
say so 1..0; # False (not well formed)
say so Nil..Nil; # prior version was True, now errors...
Range cannot be…
-
Hi.
Same question / offer as for [MoarVM builds](https://github.com/MoarVM/MoarVM/issues/1794)... would someone want to have GitHub workflow based NQP releases to (double) verify [things are going …
-
## Expected Behaviour
```log10(1000); #3 (Rat)```
## Actual Behaviour
```log10(1000); #2.9999999999999996 (Num)```
## Rationale
raku is proud to handle decimals (and other ration…
-
## The Problem
I'm refactoring some code I wrote a while ago to better use the features of enums in Raku, which involves creating a class to type its values with. I need to use the indices of e…
-
When I run `make realclean`, it still leaves bhind some files generated by the
build process:
```
moritz@pat:~/p6/MoarVM>make realclean
remove build files
remove auxiliary files
remove 3rdparty files…