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:27 MasterDuke left 03:11 MasterDuke joined 07:15 teatime left 07:16 teatime joined 08:50 dakkar joined
air4x Hi, does anyone know a way to play audio files (mp3s) in raku? 14:00
nemokosch github.com/Raku-Noise-Gang/Audio-P...ree/master I think this is worth taking a look at 14:14
air4x Seems just what I need, ty 14:23
17:43 dakkar left
antononcube @air4x You can also translate and transcribe mp3 files -- see "WWW::OpenAI". 17:58
18:40 stanrifkin joined
stanrifkin How can I stop an infinite loop within the repl? .say for 1..Inf; If I press ctrl-c two times it quits the raku repl too and I end up in the shell. Is this the normal behavior? 18:42
nemokosch yes, pretty much 18:45
stanrifkin There is no way to stop and get back to the repl prompt? 18:46
nemokosch not any more than for any script
stanrifkin OK 18:47
18:58 stanrifkin left 19:20 jgaz joined