🦋 Welcome to the IRC channel of the core developers of the Raku Programming Language (raku.org #rakulang). This channel is logged for the purpose of history keeping about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | Logs available at irclogs.raku.org/raku-dev/live.html | For MoarVM see #moarvm
Set by lizmat on 8 June 2022.
00:06 reportable6 left 00:07 reportable6 joined 00:18 discord-raku-bot left 00:19 discord-raku-bot joined 00:41 Kaipei left 01:10 djinni` left, rba left, rba joined 01:16 djinni` joined 01:20 [Coke]__ joined, [Coke] left
vrurg nine: actually, the plan was to make it the main ASAP. :) 01:50
vrurg corrects himself: the plan is
02:03 frost75 joined 02:38 frost75 left 04:16 reportable6 left, committable6 left, notable6 left, benchable6 left, bloatable6 left, tellable6 left, nativecallable6 left, sourceable6 left, linkable6 left, shareable6 left, greppable6 left, coverable6 left, quotable6 left, releasable6 left, evalable6 left, bisectable6 left, squashable6 left, statisfiable6 left, unicodable6 left 04:17 shareable6 joined, nativecallable6 joined, reportable6 joined, statisfiable6 joined, notable6 joined, quotable6 joined 04:18 sourceable6 joined, coverable6 joined, greppable6 joined, benchable6 joined, tellable6 joined, bisectable6 joined, bloatable6 joined, committable6 joined 04:19 evalable6 joined, releasable6 joined, squashable6 joined, linkable6 joined, unicodable6 joined 04:31 discord-raku-bot left 05:11 discord-raku-bot joined 05:15 discord-raku-bot left 05:34 discord-raku-bot joined 05:37 discord-raku-bot left 05:40 discord-raku-bot joined 06:06 reportable6 left 06:07 reportable6 joined 07:14 squashable6 left 07:16 squashable6 joined 07:45 sena_kun joined 07:48 Kaipei joined 09:46 evalable6 left, linkable6 left 09:47 linkable6 joined 09:48 evalable6 joined 10:34 Kaipei left 10:56 Kaipei joined 11:29 sena_kun left 12:07 reportable6 left 12:08 reportable6 joined 12:32 Kaipei left 12:41 Kaiepi joined 13:59 MasterDuke joined
Geth nqp: MasterDuke17++ created pull request #782:
Add chown op
14:24
16:03 Kaiepi left 16:08 Kaiepi joined 16:36 squashable6 left 16:38 squashable6 joined 16:40 lucs left, jjatria left, Geth left, JRaspass left 16:41 ilogger2 left, sivoais left, epony left 16:42 sivoais joined, epony joined 16:45 lucs joined 16:53 jjatria joined, JRaspass joined, ilogger2 joined 18:07 reportable6 left 18:10 reportable6 joined 18:20 MasterDuke left 19:15 Xliff joined 19:58 Geth joined
Geth rakudo: 84abeb52b4 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | 2 files
Add rotor-like capability to Str.comb

By specifying a Pair with size and step, similar to List.rotor. E.g., to generate trigrams of a string, use .comb(3 => -2):
   say "abcdef".comb(3 => -2); # abc bcd cde def
Takes an optional :partial flag to also generate partial substrings
  (less than the specified size):
   say "abcde".comb(3 => -2, :partial); # abc bcd cde de e
20:00
20:50 epony left 20:51 epony joined 21:18 squashable6 left 21:19 squashable6 joined 21:24 [Coke]__ left
Xliff lizmat: How much faster is .comb(3 => -2) than .comb.rotor(3 => -2)? 22:13
22:54 epony left 23:54 committable6 left, bloatable6 left, nativecallable6 left, notable6 left, quotable6 left, shareable6 left, evalable6 left, bisectable6 left, benchable6 left, statisfiable6 left, greppable6 left, unicodable6 left, squashable6 left, reportable6 left, tellable6 left, sourceable6 left, coverable6 left, linkable6 left, releasable6 left, notable6 joined 23:55 committable6 joined, sourceable6 joined, shareable6 joined, squashable6 joined 23:56 greppable6 joined, evalable6 joined, linkable6 joined, releasable6 joined, quotable6 joined, bloatable6 joined, benchable6 joined, reportable6 joined 23:57 bisectable6 joined, coverable6 joined, tellable6 joined, nativecallable6 joined, statisfiable6 joined, unicodable6 joined