|
00:26
sjn left
00:28
rmv left
00:32
sjn joined
01:22
guifa_ joined
01:56
hulk joined,
kylese left
02:15
hulk left,
kylese joined
02:30
guifa_ left,
rmv joined
02:36
guifa_ joined
02:37
rmv left
02:39
rmv joined,
rmv left,
rmv joined
02:44
rmv left
02:57
leppard left
03:40
justache left
03:51
guifa_ left
|
|||
| disbot4 | <simon_sibl> anyone using raku-navigator with emacs by any chance ? I am not sure if thats because of my setup, but it seems to not be able to complete methods/functions/imports or variable in scope (in for loop for example) | 04:01 | |
|
04:57
Geth joined,
lizmat left
04:59
lizmat joined
06:12
abraxxa joined
06:23
rmv joined,
rmv left,
rmv joined
06:27
rmv left
06:53
Sgeo left
07:32
librasteve_ joined
07:54
dakkar joined
08:03
vrurg_ joined
08:04
vrurg left
08:20
justache joined
08:24
abraxxa1 joined
09:56
abraxxa1 left
10:50
guifa_ joined
11:05
vasko4535586 left
11:06
vasko4535586 joined
|
|||
| timo | i've been meaning to try the raku navigator myself but i haven't yet | 11:07 | |
|
11:34
guifa_ left
12:57
sgrs joined
14:33
abraxxa left
14:56
sgrs left
16:30
dakkar left
16:44
rmv joined,
rmv left,
rmv joined
16:48
rmv left
17:14
human-blip left
17:16
human-blip joined
18:43
Sgeo joined
18:46
belluzj joined
18:56
belluzj left
19:01
rmv joined
19:26
belluzj joined
19:42
wayland76 joined,
wayland left
19:47
Sgeo_ joined
19:50
Sgeo left
20:19
belluzj left
21:17
rnddim joined,
rnddim left
21:18
rnddim joined,
ShimmerFairy left,
rnddim left
21:19
rnddim joined
21:23
rnddim is now known as ShimmerFairy
21:28
ShimmerFairy left,
ShimmerFairy joined
|
|||
| disbot4 | <aruniecrisps> i wrote a very simple db migration generation tool as a raku script | 21:33 | |
| <aruniecrisps> raku is actually funnily enough extremely powerful at writing db migrations with almost no library needed | 21:34 | ||
|
21:38
ShimmerFairy left,
ShimmerFairy joined
21:56
ShimmerFairy left,
ShimmerFairy joined
22:07
[Coke] left
22:09
[Coke] joined
|
|||
| disbot4 | <librasteve> arun++ | 22:27 | |
|
22:38
mehbark left
22:43
mehbark joined
|
|||
| wayland76 | I seem to not be receiving the Rakudo weekly e-mails, despite having subscribed more than once. Whom do I ask about this? | 22:48 | |
| aruniecrisps: It'll be even better at it once I get data-oriented programming working with databases, but that's a few steps down the track. | 22:50 | ||
| lizmat | wayland76: wordpress? | 22:56 | |
| wayland76 | lizmat: Is there no way we can check if eg. I've been added to some kinds of "do not send" list in Wordpress? | 23:09 | |
| lizmat | looks at the subscribers... you're marked as "Not sending" | 23:13 | |
| I cannot change that status | 23:14 | ||
|
23:14
wayland76 left
|
|||
| lizmat | .tell wayland76 I could remove you as a subscriber, so you can subscribe again (and hopefully get the correct status then) | 23:18 | |
| tellable6 | lizmat, I'll pass your message to wayland76 | ||
| lizmat | afk& | ||
| disbot4 | <aruniecrisps> @wayland76 i think i promised to get back to you about racket/rhombus. basically racket has a very interesting hashlang system going on where you can basically create your own language within the racket ecosystem by creating parsers docs.racket-lang.org/guide/languages.html | 23:19 | |
| <aruniecrisps> it's very similar to the idea of Slangs in Raku, except in Racket you create new parsers instead of modifying the racket syntax tree like you would in Raku to either create a new language or add syntax | 23:21 | ||
| <aruniecrisps> Rhombus basically takes advantage of this system entirely | |||
|
23:25
wayland76 joined
|
|||
| wayland76 | lizmat: Yes, that would be wonderful. Please remove me from the list, and let me know, and I'll re-subscribe. | 23:26 | |
| tellable6 | 2026-06-25T23:18:01Z #raku <lizmat> wayland76 I could remove you as a subscriber, so you can subscribe again (and hopefully get the correct status then) | ||
| wayland76 | aruniecrisps: I didn't think you had, but I'm interested either way. I think the weakness of Raku slangs is that because it's a role, you can't re-use rules from the original grammar. Rhombus definitely sounds like an interesting idea. | 23:28 | |
| disbot4 | <aruniecrisps> @wayland76 the way i see it is that raku is kind of the reverse racket; racket is approaching this interweaving of various different languages by virtue of the fact that it has no syntax; Racket is a Lisp and so it basically has 0 syntax. | 23:29 | |
| <aruniecrisps> Raku is approaching this from the opposite direction by basically throwing as much syntax as possible at the problem | 23:30 | ||
| <aruniecrisps> which ends up getting Raku and Racket to very similar levels of extensibility ironically enough | |||
| <aruniecrisps> basically Raku is the closest C-derived language that I've seen that gets you to Lisp | 23:31 | ||
| wayland76 | aruniecrisps: That's an interesting way to look at it :) . | ||
| Yeah, agree about c-derived languages approaching lisp. | |||