🦋 Welcome to the MAIN() IRC channel of the Raku Programming Language (raku.org). Log available at irclogs.raku.org/raku/live.html . If you're a beginner, you can also check out the #raku-beginner channel!
Set by lizmat on 6 September 2022.
El_Che (rakudo-pkg 2023.11 was released: github.com/nxadm/rakudo-pkg/releas.../v2023.11) 15:54
antononcube Raccoons chasing butterflies: imgur.com/a/GXy9u0U 19:32
El_Che a good source of proteins 19:49
antononcube @El_Che Just for you, I added an image marking the 2023.11 release. See: i.imgur.com/UcRYl9Y.png 20:26
Xliff I know I've asked this before, but I want to ask it again given that it's been a while: 21:17
If I have a RakuAST Tree. Can I render that tree to byte-code, store away somewhere, then reload that blob into memory in another module and execute it? 21:18
If that answer is a "no" now, are there plans on making it a "yes" in the future?
antoncube: Nice! Did you create these using AI? If so, what service did you use? 21:19
nemokosch Instead of bytecode, i would just suggest any sort of serialization of the RakuAST structure 21:29
El_Che antoncube: :) 22:29
avuserow Hey folks, I'm making a web app and automatically restarting it whenever the code changes. The (pre-)compilation stage seems to take quite a while. Runtime performance is good enough. Is there anything I should look into to improve this? I looked at --profile-compile but I didn't see anything obvious there. 22:30
I'm already trying to refactor the code to be more modular and also thinking about faster hardware. 22:32
Curious if there's some setting to reduce optimization at precomp that I can set while developing 22:33
For reference it takes approximately 30 seconds if I change a really deep dependency. Usually it's closer to 10-15 seconds. 22:35