🦋 Welcome to the former MAIN() IRC channel of the Raku Programming Language (raku.org). This channel has moved to Libera (irc.libera.chat #raku) Set by lizmat on 23 May 2021. |
|||
00:03
reportable6 left
00:32
aolko[m] left,
littlebenlittle[ left,
rba[m] left,
juanfra left,
CIAvash left,
happy-dude left,
cnx left,
AlexDaniel left
00:33
juanfra joined
00:37
AlexDaniel joined,
cnx joined,
happy-dude joined,
littlebenlittle[ joined,
aolko[m] joined,
CIAvash joined,
rba[m] joined,
Hydrazer joined
00:43
xkr47 left
00:56
Hydrazer left
00:57
Hydrazer joined
|
|||
Hydrazer | m: say "egg" | 00:57 | |
camelia | egg | ||
01:08
Hydrazer left
01:54
Guest45 joined
01:55
Guest45 left
01:56
Doc_Holliwood left
02:04
reportable6 joined
02:05
thundergnat joined
|
|||
thundergnat | <moon-child >: I wonder if there's some kind of precomputation you can do on a set of names (like some kind of hashing) that lets you quickly identify close levenshtein matches? | 02:08 | |
Not so much for Levenshtein, but Sorenson-Dice will do that readily and is probably better suited for partial name look-ups. | |||
See this gist I just threw together: gist.github.com/thundergnat/87a0ab...cb9f8dd614 | |||
Shameless plug: I wrote the Text::Sorensen module. modules.raku.org/search/?q=Sorensen | 02:10 | ||
02:11
thundergnat left
02:24
justsomeguy joined
03:03
justsomeguy left
03:28
justsomeguy joined
03:44
squashable6 left
03:45
squashable6 joined
04:10
eseyman left
04:28
Doc_Holliwood joined
04:52
leedo left
04:53
leedo joined,
eseyman joined
05:05
neshpion left
05:06
polettix left,
Od1n left,
Summer left,
SmokeMachine left,
pierrot_ left,
jjatria left,
jjatria_ joined,
polettix joined,
SmokeMachine_ joined,
jjatria_ is now known as jjatria,
Od1n joined
05:08
Summer joined,
pierrot joined
05:11
justsomeguy left
05:18
xkr47 joined
05:25
ddeimeke left,
ddeimeke joined
06:02
Sgeo left
06:04
reportable6 left
06:07
reportable6 joined
06:34
Doc_Holliwood left
06:37
ufobat joined
06:59
juanfra__ left
07:14
stoned75 left
07:16
stoned75 joined
|
|||
Geth | doc: gaeulbyul++ created pull request #3930: Add missing "#" on OUTPUT comment |
07:29 | |
08:00
dakkar joined
|
|||
Geth | doc: 0951734455 | Gaeulbyul++ | 3 files Add missing "#" on OUTPUT comment |
08:18 | |
doc: 539c9e6193 | Altai-man++ (committed using GitHub Web editor) | 3 files Merge pull request #3930 from gaeulbyul/patch Add missing "#" on OUTPUT comment |
|||
08:27
frost joined
|
|||
moon-child | krvtz.net/posts/precis-the-next-st...ation.html this is cool | 09:03 | |
09:11
sono left
10:11
linkable6 left,
evalable6 left
|
|||
lizmat clickbaits rakudoweekly.blog/2021/08/02/2021-...ting-down/ | 10:33 | ||
moon-child: isn't that what NFG is all about in Raku ? | 10:34 | ||
11:13
evalable6 joined
12:02
reportable6 left
12:07
TempIRCLogger joined
|
|||
lizmat | . | 12:10 | |
12:12
linkable6 joined
13:12
evalable6 left,
linkable6 left
13:13
evalable6 joined
13:45
Doc_Holliwood joined
13:51
Sgeo joined
13:55
kjp left
13:57
kjp joined
14:00
jess joined
14:02
frost left
14:03
reportable6 joined
14:13
linkable6 joined
14:23
Doc_Holliwood left
14:25
Doc_Holliwood joined,
ufobat left
15:25
evalable6 left,
linkable6 left
15:26
evalable6 joined
15:27
linkable6 joined
|
|||
Altreus | what does + do here? :($a, Int:D $b, :$c = :$b, :$d) ~~ :($a, :$c, +, *%) | 15:37 | |
Altai-man | Altreus, some cryptic anonymous slurpy parameter? | 15:39 | |
15:41
Doc_Holliwood left
|
|||
ugexe | yep | 15:41 | |
Altreus | Yeah I found it here - github.com/rakudo/rakudo/pull/4479 | ||
via the weekly | |||
16:15
MoC joined
|
|||
Kaiepi | this is valid too | 16:29 | |
m: :(\) | |||
camelia | ( no output ) | ||
moon-child | lizmat: first bit talks about normalization. Following bit talks about more interesting things | 16:30 | |
Kaiepi | m: say :(\).params[0].positional | ||
camelia | True | ||
Kaiepi | m: say :(\).params[0].sigil | 16:31 | |
camelia | $ | ||
Kaiepi | hm | ||
16:34
dakkar left
|
|||
moon-child | (which it would be cool to have a raku module that does) | 16:35 | |
Altreus | presumably \ is just $ except ... skipping a container? | 16:38 | |
I'd expect $ not to bother making a container either unless there were an actual name there | |||
16:40
simcop2387 left,
perlbot left
|
|||
[Coke] | is there an installed script that instead of being an executable is a script that invokes moarvm with all the right args? | 16:49 | |
Geth | doc: interlab++ created pull request #3931: Update operators.pod6 |
17:02 | |
doc: f1e56ae5dc | (V. N)++ (committed by Juan Julián Merelo Guervós) | doc/Language/operators.pod6 Update operators.pod6 |
17:07 | ||
linkable6 | Link: docs.raku.org/language/operators | ||
17:40
evalable6 left,
linkable6 left
17:41
linkable6 joined,
evalable6 joined
17:58
neshpion joined
|
|||
japhb | moon-child: We already have a module for PRECIS (raku.land/cpan:MARTIMM/Unicode::PRECIS), and MUGS implements simplified PRECIS for identity name deduplication/collision detection. | 17:59 | |
moon-child | oh, nice! cool | ||
18:02
perlbot joined,
reportable6 left
18:03
simcop2387 joined
18:05
reportable6 joined
|
|||
vasko | Do we have anything like python's tqdm in raku yet? | 18:10 | |
perl5 has: metacpan.org/pod/Smart::Comments which does something similar. | |||
MasterDuke | i'm not aware of anything like that | 18:11 | |
18:16
sono joined
|
|||
raydiak_ | nothing as featureful, but Terminal::Spinners does have basic progress bars | 18:26 | |
18:31
raydiak_ is now known as raydiak
18:37
avarab is now known as avar
18:45
MoC left
18:59
juanfra__ joined
19:00
Doc_Holliwood joined
19:09
melezhik joined
|
|||
melezhik | weekly: www.reddit.com/r/rakulang/comments...n_on_raku/ | 19:09 | |
notable6 | melezhik, Noted! (weekly) | ||
melezhik | weekly: www.reddit.com/r/rakulang/comments...d_sparrow/ | ||
notable6 | melezhik, Noted! (weekly) | 19:10 | |
19:18
melezhik left
20:18
evalable6 left,
linkable6 left
20:19
evalable6 joined
20:30
stoned75 left
20:31
stoned75 joined
21:18
Kaipi joined
21:19
Kaiepi left
21:21
linkable6 joined
22:21
evalable6 left,
tellable6 left,
linkable6 left
22:24
evalable6 joined,
Juerd left
22:27
Juerd joined
23:24
MasterDuke left,
tellable6 joined
23:39
neshpion left
|