»ö« #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.
cpan-raku New module released to CPAN! Failable (0.1.1) by 03KAIEPI 00:21
moon_child 102 people in #raku 02:00
279 here
when will it win?
hungrydonkey p6:my $arraynum = $(1..6) 04:16
evalable6
hungrydonkey p6:say @(1..6) 04:25
evalable6 (1 2 3 4 5 6)
cpan-raku New module released to CPAN! Algorithm::LibSVM (0.0.8) by 03TITSUKI 10:01
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
AlexDaniel greppable6: samemark 14:31
greppable6 AlexDaniel, 19 lines, 4 modules: gist.github.com/6be80116b72508a8a7...820132ee96
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
AlexDaniel like, why would you want to distort the original string to remove prepend/extend characters? 15:28
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
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
cpan-raku New module released to CPAN! XML::Actions (0.4.5) by 03MARTIMM 18:50