This channel is intended for people just starting with the Raku Programming Language (raku.org). Logs are available at irclogs.raku.org/raku-beginner/live.html Set by lizmat on 8 June 2022. |
|||
00:04
deoac joined
00:05
deoac left,
deoac joined
00:06
deoac95 joined
02:11
MasterDuke joined
03:08
deoac95 left,
deoac left
07:51
dakkar joined
07:54
soverysour joined
09:53
soverysour left
12:05
Chanakan left
12:06
Chanakan joined
12:11
soverysour joined
12:16
Chanakan5591 joined,
Chanakan left
13:21
soverysour left
13:32
soverysour joined
15:46
soverysour left
16:02
soverysour joined,
soverysour left,
soverysour joined
16:35
dakkar left
17:19
soverysour left
17:21
soverysour joined,
soverysour left,
soverysour joined
|
|||
jsexplorerthefirst | Thanks for the info MasterDuke and SmokeMachine. | 17:23 | |
17:45
soverysour left
17:52
soverysour joined
18:11
avuserow_ left
18:32
soverysour left
18:45
soverysour joined
18:50
soverysour left
19:19
soverysour joined
19:26
soverysour left
19:50
MasterDuke left
19:56
soverysour joined
20:01
soverysour left
20:30
soverysour joined
20:34
soverysour left
21:06
soverysour joined
21:10
soverysour left
|
|||
_grenzo | Question: Besides inheritance or roles is there a way to make large grammars composable so I can split different parts of the grammar into multiple files? | 21:36 | |
Or are roles the best way to do this? | |||
antononcube | @_grenzo Well, I do the latter for my DSLs/ | 21:50 | |
I think this is one of the best, most unique features of Raku -- using OOP for grammars. | 21:52 | ||
Actually, I was wondering / experimenting last year using EBNF and Functional Parsers (FP) instead of grammars. (In Raku.) But I quit EBNF/FP after I saw Raku's handking of gramamrs. | |||
@_grenzo I think a year or two ago I found this interview with D. Conway, where he discusses grammars and OOP: mappingthejourney.com/single-post/...-language/ | 21:56 | ||
22:06
hudo_ left
22:07
hudo joined,
hudo left,
hudo joined
|