š¦ Welcome to the MAIN() IRC channel of the Raku Programming Language (raku.org). *** CONFERENCE TIME conf.raku.org *** This channel is logged for the purpose of keeping a history about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | Log inspection is still being worked out Set by lizmat on 6 August 2021. |
|||
00:04
reportable6 joined
00:17
unicodable6 joined,
quotable6 joined,
sourceable6 joined,
shareable6 joined
00:18
committable6 joined
01:04
jess joined
01:17
greppable6 joined
01:18
squashable6 joined
02:18
committable6 left,
quotable6 left,
linkable6 left,
shareable6 left,
greppable6 left,
evalable6 left,
unicodable6 left,
coverable6 left,
bloatable6 left,
squashable6 left,
reportable6 left,
notable6 left,
bisectable6 left,
benchable6 left
02:19
releasable6 joined,
stoned75 left,
bisectable6 joined,
tellable6 joined
02:20
quotable6 joined,
coverable6 joined,
shareable6 joined,
evalable6 joined,
greppable6 joined
02:21
stoned75 joined
03:05
kjp_ joined
03:09
kjp left
03:17
statisfiable6 joined,
nativecallable6 joined
03:18
bloatable6 joined
03:19
reportable6 joined
03:20
unicodable6 joined
04:15
squashable6 joined
04:57
Doc_Holliwould joined
04:58
evalable6 left,
coverable6 left,
quotable6 left,
bisectable6 left,
xinming left,
vrurg left,
ecocode left,
japhb left
04:59
evalable6 joined,
coverable6 joined,
quotable6 joined,
bisectable6 joined,
xinming joined,
vrurg joined,
ecocode joined,
japhb joined
05:01
KotH_ joined,
charsbar_ joined,
gfldex left,
Tirifto left,
Voldenet left,
dg left,
sivoais left,
Util left,
charsbar left,
rba left,
jercos left,
KotH left,
JRaspass left,
jercos_ joined,
dgl joined,
gfldex_ joined,
Util_ joined,
sivoais_ joined,
charsbar_ is now known as charsbar,
Tirifto_ joined,
JRaspass_ joined,
rba_ joined,
JRaspass_ is now known as JRaspass
05:02
rba_ is now known as rba,
Voldenet joined
05:04
tobs left,
silug left,
[Coke] left,
phogg left,
Ekho left,
Maylay left,
greyrat_ left,
samebchase left,
leah2 left,
BinGOs left,
ptc left,
tonyo left,
jast left,
ptc_ joined
05:05
tobs` joined,
[Coke] joined,
bingos_ joined,
samebchase joined,
silug joined,
leah2 joined,
tobs` is now known as tobs,
Maylay joined,
CIAvash left,
cnx left,
AlexDaniel left
05:06
juanfra left,
rba[m] left,
aolko[m] left,
happy-dude left,
phogg joined,
greyrat joined
05:10
tonyo joined
05:17
Ekho joined
05:19
benchable6 joined
05:31
cnx joined,
CIAvash joined,
AlexDaniel joined
05:32
rba[m] joined
05:36
aolko[m] joined
05:50
juanfra joined
05:51
happy-dude joined
06:02
reportable6 left
06:18
xinming_ joined
06:20
ufobat joined
06:22
xinming left
06:25
Doc_Holliwould left
06:31
gfldex_ is now known as gfldex
06:45
Sgeo left
07:02
Manifest0 left
07:05
reportable6 joined
07:15
Manifest0 joined
07:33
leah2 left,
leah2 joined
07:42
bingos_ is now known as BinGOs
07:43
BinGOs left,
BinGOs joined
07:53
abraxxa-home joined
08:19
committable6 joined
08:20
notable6 joined
08:42
lichtkind joined
09:11
lizmat_ left,
lizmat joined
09:12
slu left
09:20
linkable6 joined
09:53
lichtkind left
10:53
notable6 left,
evalable6 left,
linkable6 left
11:09
sena_kun joined
11:10
sono left
11:33
Doc_Holliwould joined
11:54
linkable6 joined
12:02
reportable6 left
12:05
reportable6 joined
12:45
Doc_Holliwould left
12:46
Doc_Holliwood joined
12:51
stoned75 left
|
|||
Od1n | /join #gcu | 13:11 | |
oops sorry | |||
13:23
codesections joined
13:46
lucasb joined
13:55
notable6 joined
13:56
evalable6 joined,
Doc_Holliwood left
|
|||
Altreus | GNU cinematic universe? | 14:01 | |
14:04
squashable6 left
14:06
melezhik joined
|
|||
melezhik | Can I insert perl5 regexp into Raku regexps? | 14:06 | |
Altreus | instinctively I would say no, but I am not an expert here | 14:07 | |
you can probably use Inline::Perl5 to run a Perl5 regex independently, though | |||
melezhik | I rings a bell with me, I saw something in Raku regexp docs | ||
`m:Perl5` | 14:09 | ||
looks like way to go | |||
Altreus | oo that's nice | 14:10 | |
shows what I know | |||
sena_kun | keep in mind that is a "semi-broken feature lying around" as per github.com/rakudo/rakudo/issues/2624 | 14:14 | |
so please avoid it at all costs. :) | |||
melezhik | thanks sena_kun | 14:15 | |
Altreus | :) | ||
so actually using Inline::Perl5 to run Perl5 code with a Perl5 regex in might be best? | 14:16 | ||
14:24
Sgeo joined
|
|||
sena_kun | Altreus, I guess. The ticket conversation describes there are some issues, but I don't see any harm in them. | 14:29 | |
And if there are others, it's better to report and get those fixed than use something like :P5 modifier, really. | |||
14:32
neshpion joined
|
|||
melezhik | m: '"hello123" ~~ /:perl5 hello\d/ ' | 14:54 | |
camelia | WARNINGS for <tmp>: Useless use of constant string "\"hello123\" ~~ /:perl5 hello\\d/ " in sink context (line 1) |
||
melezhik | m: 'say "hello123" ~~ /:perl5 hello\d/ ' | ||
camelia | WARNINGS for <tmp>: Useless use of constant string "say \"hello123\" ~~ /:perl5 hello\\d/ " in sink context (line 1) |
||
melezhik | m: 'say "hello123" ~~ m:Perl5/hello\d/ ' | 14:55 | |
camelia | WARNINGS for <tmp>: Useless use of constant string "say \"hello123\" ~~ m:Perl5/hello\\d/ " in sink context (line 1) |
||
melezhik | m: say "hello123" ~~ m:Perl5/hello\d/ | ||
camelia | ļ½¢hello1ļ½£ | ||
melezhik | m: say "hello123" ~~ /:perl5 hello\d/ | ||
camelia | 5===SORRY!5=== Error while compiling <tmp> Unrecognized regex modifier :perl5 at <tmp>:1 ------> 3say "hello123" ~~ /:7ā5perl5 hello\d/ expecting any of: term |
||
melezhik | looks like I can't insert `m:Perl5` modifier inside regexp, don't I? | ||
m: say "hello123" ~~ /:Perl5 hello\d/ | 14:56 | ||
camelia | 5===SORRY!5=== Error while compiling <tmp> Unrecognized regex modifier :Perl5 at <tmp>:1 ------> 3say "hello123" ~~ /:7ā5Perl5 hello\d/ expecting any of: term |
||
melezhik | m: say "hello123" ~~ /:i hello\d/ | 14:57 | |
camelia | ļ½¢hello1ļ½£ | ||
melezhik | m: say "hello123" ~~ /:p5 hello\d/ | ||
camelia | 5===SORRY!5=== Error while compiling <tmp> Unrecognized regex modifier :p5 at <tmp>:1 ------> 3say "hello123" ~~ /:7ā5p5 hello\d/ expecting any of: term |
||
melezhik | m: say "hello123" ~~ /:perl5 hello\d/ | ||
camelia | 5===SORRY!5=== Error while compiling <tmp> Unrecognized regex modifier :perl5 at <tmp>:1 ------> 3say "hello123" ~~ /:7ā5perl5 hello\d/ expecting any of: term |
||
sena_kun | m: say 'hello123' ~~ m:P5/hello\d/; | 14:58 | |
camelia | ļ½¢hello1ļ½£ | ||
melezhik | m: say "hello123" ~~ /:P5 hello\d/ | 14:59 | |
camelia | 5===SORRY!5=== Error while compiling <tmp> Unrecognized regex modifier :P5 at <tmp>:1 ------> 3say "hello123" ~~ /:7ā5P5 hello\d/ expecting any of: term |
||
melezhik | m: say "hello123" ~~ /(:P5 hello\d)/ | 15:00 | |
camelia | 5===SORRY!5=== Error while compiling <tmp> Unrecognized regex modifier :P5 at <tmp>:1 ------> 3say "hello123" ~~ /(:7ā5P5 hello\d)/ expecting any of: term |
||
15:01
abraxxa-home left
|
|||
melezhik | so sadly I can't use `:Perl5` modifier inside regexp ... | 15:03 | |
locally | |||
because this probably only works for adverbs | 15:04 | ||
if there is any method btw to convert perl5 regexp into Raku ones? | |||
sena_kun | melezhik, not really, I think for a long time it is lazily speculated one can write a compiler similar to github.com/edumentab/p6-ecma262regex | 15:05 | |
melezhik | ok, NP | 15:06 | |
15:53
clarjon1 joined
16:01
Oscar joined
|
|||
Oscar | Hello. Thinking of writing a blowfish module as I think its desired. Any thoughts? | 16:06 | |
16:10
archenoth left
|
|||
lizmat | Oscar: what would it do *exactly* ? | 16:12 | |
Oscar | It is in a desired modules list I found, it would simply allow the blowfish cipher algorithm to be used to encrypt/decrypt data github.com/Raku/raku-most-wanted/b...modules.md | 16:14 | |
lizmat | sounds like a plan then :-) | 16:19 | |
sena_kun | Oscar, my thought is that it's a nice idea, good luck. | 16:22 | |
16:29
archenoth joined
16:51
KotH_ is now known as KotH
16:52
melezhik left
16:53
patrickb joined
16:58
ufobat left
17:00
Oscar left
17:05
patrickb left
17:06
squashable6 joined
17:43
sena_kun left
18:03
reportable6 left
18:05
reportable6 joined
18:20
jess is now known as j,
j is now known as jess
18:58
Doc_Holliwood joined
19:03
lizmat_ joined,
TempIRCLogger left
19:05
Geth left,
RakuIRCLogger left,
lizmat left
19:12
lizmat_ left,
Geth joined
|
|||
lizmat | and yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2021/08/09/2021-...tcon-done/ | 19:22 | |
19:43
MoC joined
19:45
codesections left
|
|||
moritz | lizmat++ | 19:53 | |
jdv | i wonder if rmah on hn is the rmah i know. | 20:01 | |
yup | 20:10 | ||
20:43
neshpion left
20:46
neshpion joined
20:51
Doc_Holliwood left
20:52
sono joined
21:10
MoC left
22:52
quotable6 left,
statisfiable6 left,
coverable6 left,
squashable6 left,
benchable6 left,
linkable6 left,
nativecallable6 left,
bloatable6 left,
reportable6 left,
evalable6 left,
committable6 left
22:53
unicodable6 left,
tellable6 left,
greppable6 left,
sourceable6 left,
notable6 left,
releasable6 left,
shareable6 left,
bisectable6 left,
committable6 joined,
bloatable6 joined
22:54
notable6 joined,
greppable6 joined,
releasable6 joined,
unicodable6 joined,
statisfiable6 joined
22:55
nativecallable6 joined,
squashable6 joined,
bisectable6 joined
23:01
eseyman left
23:24
discord-raku-bot left
23:25
discord-raku-bot joined,
discord-raku-bot left,
discord-raku-bot joined
23:50
eseyman joined
23:53
evalable6 joined
23:54
linkable6 joined
23:56
quotable6 joined
|