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.
rcmlz Out of curiosity I checked for the profiling thing: github.com/rakudo/rakudo/issues/5238 „The profiler is severely outdated. It seems that there is simply nobody at the moment to take care of it.“ 07:39
If I red the issue correcly —profile to html uses „angular.js“ and there are errors in the generated code of sort „missing ) …“ Just as a thought, would a two-step-modular-approach, first exporting the profile-data to e.g. json and then, in a second, independent step visualize it with the current fashionable library not be more sustainable and maintainable? 07:46
Meaning that the export to e.g. json is build in into Raku and the visualization comes via a (exchangeable) module. So I am wondering why Rakudo is tied together with angular.js … 07:54
lizmat timo might know 09:25