»ö« #raku and #raku-dev are OPEN FOR BUSINESS | perl6.org/ | evalbot usage: 'p6: say 3;' or /msg camelia p6: ... | irclog: irc.perl6.org or colabti.org/irclogger/irclogger_log/perl6 | UTF-8 is our friend! 🦋 Set by mst on 15 October 2019. |
|||
00:18
benjif joined
00:20
sno left
|
|||
cpan-raku | New module released to CPAN! Failable (0.1.1) by 03KAIEPI | 00:21 | |
00:28
khisanth_ left,
khisanth_ joined
01:09
reportable6 left,
reportable6 joined,
ChanServ sets mode: +v reportable6
01:21
john_parr left
01:32
benjif left
01:38
molaf left
01:50
molaf joined
|
|||
moon_child | 102 people in #raku | 02:00 | |
279 here | |||
when will it win? | |||
02:04
Manifest0 left,
Manifest0 joined
02:45
Cabanossi left
02:53
Cabanossi joined
03:24
benjif joined
04:15
hungrydonkey joined
|
|||
hungrydonkey | p6:my $arraynum = $(1..6) | 04:16 | |
evalable6 | |||
04:20
marcusr left
04:21
marcusr joined
|
|||
hungrydonkey | p6:say @(1..6) | 04:25 | |
evalable6 | (1 2 3 4 5 6) | ||
04:25
benjif left
04:34
hungrydonkey left
04:35
gnufr33dom left
04:37
gnufr33dom joined
04:38
hungrydonkey joined
04:50
hungrydonkey left
04:52
cinch left
04:54
hungrydonkey joined
04:56
Doc_Holliwood left
05:06
hungrydonkey left
05:19
marcusr left,
marcusr joined
05:58
molaf left
06:30
benjif joined,
benjif left
06:31
benjif joined
06:33
wamba joined
06:59
benjif left
07:13
squashable6 left
07:16
squashable6 joined
08:18
sno joined
09:01
sena_kun joined
09:05
xinming joined
09:08
xinming_ left
09:15
cpan-raku left
09:16
cpan-raku joined,
cpan-raku left,
cpan-raku joined
09:29
Black_Ribbon left
09:34
bob24 joined
09:38
bob24 left
09:49
pecastro joined
09:53
perlbot_ joined
09:54
perlbot left,
perlbot_ is now known as perlbot
09:55
Manifest0 left,
Manifest0 joined
09:57
ilogger2 joined,
ChanServ sets mode: +v ilogger2
|
|||
cpan-raku | New module released to CPAN! Algorithm::LibSVM (0.0.8) by 03TITSUKI | 10:01 | |
10:09
tony-o joined
10:13
Doc_Holliwood joined
11:00
|oLa| joined
|
|||
samcv | AlexDaniel, i added some comments on this issue, wondered if you minded reading and seeing what you think? or other people that are interested in unicode github.com/perl6/problem-solving/issues/61 | 11:48 | |
tellable6 | 2019-10-19T22:31:50Z #perl6-dev <patrickb> samcv I'd like to know what the problems with relocatability are. I wasn't aware of it not working. Can you elaborate a bit? | 11:49 | |
11:55
kylese joined
12:23
gabiruh joined
12:44
lucasb joined
13:07
go|dfish joined
13:21
roguelazer joined
13:37
domidumont joined
13:59
raku-explorer joined
14:00
raku-explorer left
|
|||
AlexDaniel | greppable6: samemark | 14:31 | |
greppable6 | AlexDaniel, 19 lines, 4 modules: gist.github.com/6be80116b72508a8a7...820132ee96 | ||
14:38
softmoth joined
14:48
domidumont left
14:52
Altai-man_ joined
15:18
|oLa| left
|
|||
AlexDaniel | samcv: I don't understand what problem samemark is trying to solve exactly | 15:20 | |
samcv: like, what's the use case? | |||
defining that should help us understand what the behavior should be | |||
as I see it, the most common usage is samemark(‘a’) | 15:21 | ||
which is an obfuscated way of doing “nomark” | |||
if that's the most common usage, then what do people actually expect when doing that? | 15:22 | ||
15:27
wamba joined
|
|||
AlexDaniel | like, why would you want to distort the original string to remove prepend/extend characters? | 15:28 | |
15:46
Xliff joined
|
|||
samcv | AlexDaniel, what is nomark? | 15:56 | |
also sorry i don't understand you example for the most common usage | |||
AlexDaniel | samcv: a hypothetical function that people actually need :) | ||
samcv | ah | 15:57 | |
AlexDaniel | samcv: but yeah, I'm very confused indeed, but I'm just trying to understand what prolbem samemark is actually trying to solve | ||
samcv | well i understood it as copying the "mark"'s of the pattern onto the input string | ||
greppable6, samemark | 15:58 | ||
greppable6 | samcv, 19 lines, 4 modules: gist.github.com/0d4238e086056d6e93...5113750777 | ||
samcv | AlexDaniel, uh. you know that corrupted text? samemark would be a perfect application for that | 15:59 | |
www.eeemo.net/ this thing | 16:00 | ||
cpan-raku | New module released to CPAN! Failable (0.1.2) by 03KAIEPI | ||
16:01
MilkmanDan joined
16:03
khisanth_ joined
|
|||
AlexDaniel | samcv: except that I don't think it fully helps | 16:05 | |
m: say ‘perḷ6’.samemark(‘a’) | |||
evalable6 | perl6 | ||
AlexDaniel | oh, maybe it does | ||
samcv: so, samemark (or rather, uh, nomark) is a good thing to do unzalgo | 16:06 | ||
samcv | yeah. though you can re-zalgo too by doing the opposite, :P | ||
but. i guess it's supposed to be a unicode abstraction. where you don't have to care about the internals, you just want it to look the same ¯\_(ツ)_/¯ | 16:07 | ||
AlexDaniel | m: say ‘perḷ6’.samemark(‘öõ’) | ||
evalable6 | p̈ẽr̃l̃6̃ | ||
AlexDaniel | m: say ‘perḷ6’.samemark(‘öõu’) | 16:08 | |
evalable6 | p̈ẽrl6 | ||
samcv | "Has the effect of making the case of the string match the marking pattern in $pattern. (Used by s:mm/// internally, see S05.)" | 16:09 | |
AlexDaniel | m: say ‘👍’.samemark(‘ö’) | ||
evalable6 | 👍̈ | ||
samcv | m: my $v = 'e'; $v ~~ s:mm/e/á/; say $v | 16:10 | |
evalable6 | a | ||
samcv | m: my $v = 'ē'; $v ~~ s:mm/e/á/; say $v | ||
evalable6 | ā | ||
samcv | hmm | ||
AlexDaniel | that's talking about samecase though | ||
samcv | no. it's just a typo | ||
both samecase and samemark both say "samecase" in the description | |||
AlexDaniel | m: say ‘hello world’.samecase(‘oOoOoOoO’) | 16:11 | |
evalable6 | hElLo wORLD | ||
samcv | design.perl6.org/S32/Str.html | ||
AlexDaniel | I didn't know about samecase, actually :) | ||
greppable6: samecase | |||
greppable6 | AlexDaniel, 23 lines, 8 modules: gist.github.com/742fdbb873a2db8ff6...78f003bc26 | ||
16:14
xi joined
16:24
Cabanossi joined
16:38
softmoth left
16:49
Altai-man_ left
16:58
reach_satori joined
17:08
softmoth joined
17:27
Sgeo_ joined
17:30
xinming joined
17:40
Cabanossi left,
Cabanossi joined
17:41
molaf joined
17:43
reach_satori left,
kylese left
|
|||
cpan-raku | New module released to CPAN! XML::Actions (0.4.5) by 03MARTIMM | 18:50 | |
18:54
khisanth_ left
19:14
khisanth_ joined
19:16
Benett joined
19:19
Benett left
20:00
Xliff left
20:14
wamba left
20:31
wamba joined
21:03
sena_kun joined
21:13
tellable6 joined,
ChanServ sets mode: +v tellable6
21:22
wamba left
21:23
sena_kun left
22:49
k-man joined
22:54
lucasb left
23:17
marcusr joined
|