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.
02:22 tea3po left, tea3po joined 02:23 teatwo joined 02:26 tea3po left
Nemokosch It just says "loading" until eventually the webview collapses... 06:23
Ad Meliora works for me 07:39
it's super basic todo list
Nemokosch a permanent "loading" screen is super basic indeed 😛 07:40
at least it doesn't crash on PC but it doesn't load either
10:34 ab5tract joined 10:55 Manifest0 joined
SmokeMachine It takes so long because it’s being compiled on browser… and that’s also very old… here it is: github.com/FCO/MemoizedDOM 14:03
Nemokosch > <script type="text/perl6"> 14:04
😂
SmokeMachine But it could also be compiled before sent to the browser… 14:08
14:21 teatwo left 14:22 teatwo joined
Anton Antonov @SmokeMachine Thanks for making "Test::Time" ! (raku.land/github:FCO/Test::Time) 15:17
SmokeMachine :) I didn’t remember that! :) but I’m glad you like it 15:19
Anton Antonov @SmokeMachine It was a crucial ingredient in convincing a client that a certain time interval specs paser-interpreter produces expected results. (E.g. based on a certain "trusted" battery of tests.) 15:24
17:30 ab5tract left
librasteve @SmokeMachine - this MemoizedDOM looks quite nice - but I can't quite figure out what is running where ... is this raku running in the browser? Where is the VM? How does it get installed? 18:55
SmokeMachine The Raku is being compiled and is running in the browser… 19:14
If you open the code in the browser you’ll see the Raku code there 19:15
It’s using this webperl.zero-g.net/perl6.html 19:18
That uses rakudo.js and the script from 6pad 19:22
But it also works pre-compiled (if I remember it well) using parcel with something like this: github.com/perl6/perl6-parcel-example 19:25
librasteve: 👆
I should play with that again… 19:27
librasteve ^^++ that's a great explanation - tx! 21:28