À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 inputs)
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
use.
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 Pro)
GetRaku new update downloaded 2020.08.2 --> 2020.09
I don't know what has changed though
https://github.com/nxadm/rakudo-pkg/releases
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 actu