mfiano | Hi again | 03:35 | |
I haven't given up completely yet, as it was mentioned I might be able to use raw FFI calls. | 03:36 | ||
(see #raku discussion yesterday) | |||
I am currently wondering what the majority of people are using Raku for these days. Historically Perl has been mostly used for text processing and cgi scripts (which I suppose is a subset of the former). I am told Raku is more suitable to other tasks, and while I know it is a general-purpose language, I'm still curious what most people use it for these days. | 03:38 | ||
gfldex | I mostly use it to blog about. :) | 06:48 | |
And shell scripting. | |||
13:46
discord-raku-bot left,
discord-raku-bot joined
13:50
discord-raku-bot left,
discord-raku-bot joined
20:40
[Coke] left
20:41
[Coke]_ joined
|
|||
Hydrazer | does someone know a better way to get a list of i^i up to n? right now i have ```pl | 22:26 | |
my $num = 5; | |||
my @arr = [1..$num] Z** [1..$num]; | |||
``` | |||
does someone know a cooler way to get a list of i^i up to n? right now i have ```pl | |||
my $num = 5; | |||
my @arr = [1..$num] Z** [1..$num]; | |||
``` | |||
does someone know a cooler way to get a list of squares up to n? right now i have ```pl | 22:27 | ||
my $num = 5; | |||
my @arr = [1..$num] Z** [1..$num]; | |||
``` | |||
does someone know a cooler way to get a list of i^i up to n? right now i have ```pl | |||
my $num = 5; | |||
my @arr = [1..$num] Z** [1..$num]; | |||
``` | |||
23:22
[Coke]_ is now known as [Coke]
|