Re: List name and raku installation options

2020-09-27 Thread Shlomi Fish
Hi Parrot! On Sun, 27 Sep 2020 13:28:20 -0400 Parrot Raiser <1parr...@gmail.com> wrote: > As I was about to post my other question, it occurred to me that > perhaps we should have a raku-users list, (and corresponding ones for > the other, formerly perl6-flavoured lists? > > And now for the

New Raku

2020-09-27 Thread ToddAndMargo via perl6-users
GetRaku new update downloaded 2020.08.2 --> 2020.09 I don't know what has changed though https://github.com/nxadm/rakudo-pkg/releases

List name and raku installation options

2020-09-27 Thread Parrot Raiser
As I was about to post my other question, it occurred to me that perhaps we should have a raku-users list, (and corresponding ones for the other, formerly perl6-flavoured lists? And now for the actual question. I'm experimenting with installing Raku on an ARM machine, (specifically a PineBook

Re: "ICU - International Components for Unicode"

2020-09-27 Thread Samantha McVey
So MoarVM uses its own database of the UCD. One nice thing is this can probably be faster than calling to the ICU to look up information of each codepoint in a long string. Secondly it implements its own text data structures, so the nice features of the UCD to do that would be difficult to

Re: How to unbuffer $*IN

2020-09-27 Thread David Santiago
Às 21:35 de 26/09/20, Gianni Ceccarelli escreveu: On 2020-09-26 David Santiago wrote: I'm trying to capture key presses in the terminal and according to raku's documentation i need to have $*IN unbuffered. You have to tell the terminal to stop buffering (AFAIK Raku doesn't buffer its