🦋 Welcome to Raku! raku.org/ | evalbot usage: 'p6: say 3;' or /msg camelia p6: ... | irclog: colabti.org/irclogger/irclogger_log/raku Set by ChanServ on 14 October 2019. |
|||
00:16
lucasb left
00:18
rindolf joined
00:27
sortiz joined
00:38
sortiz left
00:42
JRaspass left
00:44
Garbanzo joined
01:00
marcusr_ left
01:21
xinming joined
01:22
pecastro left
01:24
xinming_ left
01:35
ens joined
01:38
RaycatWhoDat left
|
|||
ens | i decided i need now to learn raku because of the psychedelic butterfly. | 01:42 | |
01:53
mowotter left
|
|||
guifa2 | ens++ that's a wonderful reason ^_^ | 02:05 | |
02:06
guifa2 left
|
|||
[Coke] | ens++ | 02:07 | |
02:07
gnufr33dom joined
02:27
kvw_5_ joined
02:31
kvw_5 left
02:50
marcusr left
02:52
marcusr joined
03:43
marcusr left,
marcusr joined
04:26
__jrjsmrtn__ joined,
_jrjsmrtn left
04:37
gnufr33dom left
04:39
gnufr33dom joined
04:47
epony left
04:52
epony joined
05:00
raydiak left,
raydiak joined
06:00
quotable6 left,
nativecallable6 left,
benchable6 left,
releasable6 left,
linkable6 left,
notable6 left,
shareable6 left,
greppable6 left,
squashable6 left,
coverable6 left,
sourceable6 left,
bloatable6 left,
unicodable6 left,
evalable6 left,
statisfiable6 left,
committable6 left,
bisectable6 left,
tellable6 left,
shareable6 joined
06:01
bloatable6 joined,
coverable6 joined,
releasable6 joined,
nativecallable6 joined,
benchable6 joined,
sourceable6 joined
06:02
linkable6 joined,
bisectable6 joined,
notable6 joined,
statisfiable6 joined,
committable6 joined,
tellable6 joined,
squashable6 joined,
greppable6 joined
06:03
unicodable6 joined,
quotable6 joined,
evalable6 joined
07:02
Sgeo left
07:12
parabolize left
07:52
wamba joined,
jmerelo joined
07:53
aluaces joined
08:00
Garbanzo left
08:26
patrickb joined
08:53
stoned75 joined
08:54
Black joined
08:55
Benett left
08:56
pounce left
08:58
Black is now known as Benett
09:02
pounce joined
09:04
CIAvash left,
SmokeMachine left
09:05
wamba left
09:06
CIAvash joined,
SmokeMachine joined
09:07
dotdotdot left
09:09
dotdotdot joined,
JJAtria[m] left
09:10
MitarashiDango[4 left,
Tirifto[m] left,
AlexDaniel` left,
ThaEwat left,
kiti_nomad[m] left,
unclechu left,
CIAvash left,
matiaslina left
09:39
MitarashiDango[4 joined,
JJAtria[m] joined
09:40
CIAvash joined
09:45
Tirifto[m] joined
09:46
kiti_nomad[m] joined,
natrys joined
09:55
JJAtria[m] left,
kiti_nomad[m] left
09:56
Tirifto[m] left,
CIAvash left,
MitarashiDango[4 left
10:04
stoned75 left
10:09
sena_kun joined
10:17
ThaEwat joined
10:25
JJAtria[m] joined,
kiti_nomad[m] joined,
AlexDaniel` joined,
unclechu joined,
Tirifto[m] joined,
MitarashiDango[m joined,
CIAvash joined,
matiaslina joined
10:29
mowotter joined
10:33
PimDaniel joined
|
|||
PimDaniel | Hi \o | 10:33 | |
10:34
mowotter left
|
|||
PimDaniel | I'm searching a simple solution to call a native method print/say/printf/sprintf by invoquing his name into a variable. This will be controlled of course for security reasons. | 10:35 | |
or may be by his address? | 10:36 | ||
10:40
mniip left
|
|||
PimDaniel | I'f found what i want : docs.raku.org/language/functions#i...efix_& | 10:54 | |
10:54
PimDaniel left
11:17
stoned75 joined
11:24
wamba joined
11:28
gnufr33dom left,
aborazmeh joined,
aborazmeh left,
aborazmeh joined
11:40
JRaspass joined
11:41
pecastro joined
11:50
MasterDuke joined
11:52
dudz left
12:04
Toilie joined
12:16
stoned75 left
12:19
stoned75 joined
12:30
aborazmeh left
|
|||
gfldex | lolibloggedalittle: gfldex.wordpress.com/2021/01/23/an...-slurpers/ | 12:35 | |
12:39
PimDaniel joined,
rindolf left
|
|||
PimDaniel | In Perl5, import where complicated and often bought to confusion. | 12:39 | |
I see it is worse in Raku. :( | 12:40 | ||
lizmat | PimDaniel: how so ? | ||
El_Che | ? | ||
in most of the cases, use variables for method/function names is very handle, but very risky (a runtime crash waiting to happen) | 12:41 | ||
PimDaniel | How can i make a simple custom 'included' group of subs just to separate them into another file? without to need to write stupid 'is export' on each sub or any constant , etc? | 12:42 | |
El_Che | but I don't see how it's different in raku compared to perl | ||
PimDaniel | It not simpler : indeed. I thought it was : but no. | 12:43 | |
The import machanism is REALLY a big masturbation : i think at the point thez kept it in Raku. | 12:45 | ||
12:46
PimDaniel left
12:47
sjm_uk joined
|
|||
lizmat | sub exporter(*@_) { Map.new( @_.map: { .name => $_ } ) } | 12:48 | |
sub EXPORT { exporter &foo, &bar } | |||
12:51
PimDaniel joined
|
|||
PimDaniel | lizmat: thank's but which of the 2 answers you made must i use? Both or one of them? | 12:57 | |
12:57
Black_Ribbon left
|
|||
lizmat | the first is a helper sub to allow you to create the Map to be returned by EXPORT | 12:58 | |
the &foo, &bar represent the subs you want to export | |||
PimDaniel | ok i understand now, thanks! | ||
lizmat | EXPORT takes positional args, so you can make the set dependent on that | ||
use Module <foo> should appear as "foo" in EXPORT | |||
PimDaniel | true! | 12:59 | |
lizmat | afk for a few hours& | 13:00 | |
PimDaniel | Ok see you later. | ||
Sorry for my hungryness but @/!8@ç#!!, merde hein quoi! | 13:01 | ||
13:02
PimDaniel left
13:46
aborazmeh joined,
aborazmeh left,
aborazmeh joined
13:54
aborazmeh left
13:57
donaldh left
14:10
JRaspass left
14:12
mendel joined
14:13
mendel left
14:15
mendel joined
14:16
mendel left,
mendel joined
14:20
mendel left,
mendel joined
14:21
mendel left
14:22
MasterDuke left
14:23
natrys left
14:47
sjm_uk left
14:54
iconicibex joined
14:55
stoned75 left
15:06
avar joined,
avar left,
avar joined
15:12
parabolize joined
15:20
Xliff joined
15:22
JRaspass joined
16:02
kaiwulf left
16:21
aborazmeh joined,
aborazmeh left,
aborazmeh joined
16:22
Kaiepi left
16:23
Kaiepi joined,
Kaiepi left
16:24
Kaiepi joined
16:27
Garbanzo joined
16:28
mowcat joined
16:31
iconicibex left
16:42
Sgeo joined
16:43
ufobat__ joined
17:12
natrys joined
17:18
v_m_v joined
|
|||
v_m_v | /msg NickServ identify Winiar11! | 17:19 | |
17:19
v_m_v left
|
|||
El_Che | ok, change it now :) | 17:23 | |
17:32
brtastic joined
17:42
guifa2 joined
|
|||
guifa2 | gfldex: re your most recent blog, actually, manyness (also spelled maniness) is very much a word ^_^ | 17:42 | |
17:43
gnufr33dom joined
|
|||
gfldex | guifa2: tell that to the dictionary! | 17:44 | |
guifa2 | ha, you need an updated en.dic | ||
www.merriam-webster.com/dictionary/manyness | 17:45 | ||
The OED dates its first use to 14th century-ish | 17:46 | ||
18:09
rindolf joined
18:15
hvxgr left
18:21
stoned75 joined
18:25
parabolize left
18:38
ufobat__ left
19:38
linkable6 left,
evalable6 left,
evalable6 joined
19:39
Benett left,
Benett joined
19:40
linkable6 joined
19:45
aborazmeh left
19:49
brtastic left,
lucasb joined
20:08
rindolf left
20:30
aborazmeh joined,
aborazmeh left,
aborazmeh joined
20:37
Kaiepi left
20:43
Kaiepi joined
20:46
Kaeipi joined,
Kaiepi left
20:50
sortiz joined
20:52
sortiz left
21:01
jmerelo left
21:06
ufobat__ joined
21:10
Kaeipi left,
Merfont joined
21:27
Kaiepi joined
21:28
Merfont left
21:36
aborazmeh left
21:52
aborazmeh joined,
aborazmeh left,
aborazmeh joined
22:16
tejr left,
tejr joined
22:19
natrys left,
sena_kun left
22:21
aborazmeh left
22:28
gnufr33dom left
22:29
gnufr33dom joined
|
|||
Xliff | Has anyone here used dwarring's LibXML? I need access to xmlNode and can't figure out how to expose it. | 22:30 | |
22:32
parabolize joined
22:39
aborazmeh joined,
aborazmeh left,
aborazmeh joined
22:42
ufobat__ left
22:45
oneeggeach joined,
oneeggeach left
22:54
patrickb left
23:06
Black_Ribbon joined,
aindilis left
23:32
aborazmeh left
23:58
gnufr33dom left
|