🦋 Welcome to the MAIN() IRC channel of the Raku Programming Language (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 getting closer to beta. If you're a beginner, you can also check out the #raku-beginner channel! Set by lizmat on 25 August 2021. |
|||
00:06
reportable6 left
00:10
linkable6 joined
00:18
jmcgnh left
00:22
jmcgnh joined
00:44
dextercd left
|
|||
guifa | TIL. .。 and 。 all work to separate out elements of a domain *cough codesections* | 01:13 | |
moon-child | ._. | 01:22 | |
sorry, make that | |||
。_。 | |||
01:28
mexen left
02:24
silug left
02:36
silug joined
03:13
frost joined
03:20
dg left
03:24
dg joined
03:39
razetime joined
03:44
destroycomputers left
04:08
reportable6 joined
04:24
[Coke] left,
[Coke] joined
05:20
silug left
05:40
razetime left
05:58
mexen joined
06:08
reportable6 left
06:10
reportable6 joined
06:44
yosik left
06:49
razetime joined
07:13
jjido joined
07:23
jjido left
07:34
seednode99 left
07:35
seednode99 joined
07:45
jjido joined
07:56
abraxxa joined
08:02
abraxxa left
08:03
abraxxa joined
08:24
Sgeo_ left
08:51
jjido left
08:55
lichtkind joined
09:55
evalable6 left,
linkable6 left,
evalable6 joined
09:56
linkable6 joined
10:56
evalable6 left,
linkable6 left,
linkable6 joined
10:58
evalable6 joined
11:16
jjido joined
11:30
Altai-man joined
11:41
Altai-man left
11:42
Altai-man joined
11:45
jjido left
12:07
reportable6 left
12:40
tejr left
12:42
tejr joined
12:52
jgaz joined
13:03
jjido joined
13:10
reportable6 joined
13:16
dextercd joined
13:36
jjido left
13:52
lockywolf_ joined
13:53
lockywolf left
14:29
frost left
14:34
ufobat joined
14:54
destroycomputers joined
14:57
destroycomputers left
14:58
destroycomputers joined
15:00
getimiskon joined
15:03
lockywolf_ left
15:06
lockywolf joined
15:18
Sgeo joined
15:21
lockywolf left
15:24
shinto joined,
lockywolf joined
15:26
shinto left
15:32
lockywolf left
15:35
lockywolf joined
15:39
lockywolf left
15:41
lockywolf joined,
lockywolf left
15:45
lockywolf joined
15:52
shinto joined
16:02
lockywolf left
16:05
lockywolf joined
17:08
Core5549 joined
17:11
shinto left
17:16
shinto joined,
Core5549 left
17:18
abraxxa left,
shinto left
17:20
shinto joined
17:23
shinto left
17:25
shinto joined
17:29
destroycomputers left
17:54
razetime left
18:08
reportable6 left
18:17
nine_ is now known as nine
18:25
destroycomputers joined
18:31
lichtkind left
18:41
mexen left
18:59
lichtkind joined
|
|||
Geth | doc/master: 5 commits pushed by finanalyst++, (Richard Hainsworth)++ | 19:09 | |
19:09
reportable6 joined
19:11
Core6356 joined,
shinto left
19:12
shinto joined
19:14
Core2487 joined
19:15
Core4335 joined,
Core6356 left
19:16
Core9796 joined
19:17
shinto left
19:18
Core2487 left
19:19
Core4335 left
19:29
Altai-man left
20:29
evalable6 left,
linkable6 left
20:31
evalable6 joined
20:45
shinto joined
|
|||
Geth | doc: 5356b30ed3 | Coke++ | xt/pws/code.pws new words |
20:45 | |
20:46
Core3143 joined
20:49
jjido joined,
Core9796 left
20:50
shinto left
21:18
getimiskon left
21:21
jgaz left
21:44
gordonfish left,
gordonfish joined
|
|||
Geth | problem-solving: vrurg++ created pull request #310: Add resolution document for #135 |
22:19 | |
22:25
lichtkind left
22:35
lichtkind joined
|
|||
El_Che | when you ask for a coke in a bar/bistro/whatever and they serve pepsi for whatever reason, they warn you about it :) | 22:35 | |
SmokeMachine | Hi you all! As there is method implemented by Raku to class and token, role and regex implemented by regex to grammar, how can I create a custom-method-ish keyword to be implemented by a custom language to my custom class-ish? | 22:37 | |
japhb | El_Che: I think that's because they have no idea how people will react to getting a different cola than they expect. I'm used to both Coke and Pepsi from dealing with the restaurant soda wars, and Royal Crown even at this point, for restaurants that elected to stay the heck out of it, but even so I occasionally get served something really odd and go "WTH is this?" and it turns out to be some local soda | 22:39 | |
brewery or something | |||
SmokeMachine: There's a lot of "custom"s there. Did you write an internal or external DSL? | 22:41 | ||
SmokeMachine | japhb: I’ve been planning on making this (github.com/FCO/EventExpressionLanguage) be defined by a string, né defined by code… | 22:45 | |
moon-child | japhb: presumably, rather than class A { method b { ... } }, custom-classish A { custom-methodish b { ... } } | 22:59 | |
where the ... isn't a code block, but has its own grammar rules, as a regex | 23:00 | ||
23:01
lichtkind left
23:02
dextercd left
|
|||
SmokeMachine | moon-child: exactly! | 23:10 | |
moon-child | (I have no idea how to do that, fwiw, but) | 23:11 | |
SmokeMachine | :( | 23:17 | |
Me neither… :( | |||
Voldenet | define_slang with some additional declarators | 23:19 | |
I'm not sure how to do that, but it's something | |||
mix in grammar rules for package_declarator:sym<custom-classish> routine_declarator:sym<custom-metodish> and then add actions | 23:23 | ||
kind of similar thing: github.com/raku-community-modules/...an.rakumod | 23:27 | ||
23:30
linkable6 joined
|
|||
SmokeMachine | For the classish I was thinking in using EXPORTHOW DECLARE as it's done on Red’s model (github.com/FCO/Red/blob/master/lib/Red.pm6#L59) | 23:39 | |
23:52
jjido left
|
|||
Voldenet | but i'm not sure if you can define `has $a1 = #1.a;` then | 23:54 |