🦋 Welcome to the MAIN() IRC channel of the Raku Programming Language (raku.org). This channel is logged for the purpose of keeping a history about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | Log inspection is getting closer to beta. If you're a beginner, you can also check out the #raku-beginner channel!
Set by lizmat on 25 August 2021.
00:05 linkable6 joined 00:06 reportable6 left
guifa Yeah, directly setting $_ @_ or %_ can be pretty useful sometimes 00:25
00:28 euandreh left 00:30 dextercd left 01:12 Sgeo_ joined 01:14 Sgeo left 02:14 greppable6 left, committable6 left, releasable6 left, notable6 left, sourceable6 left, evalable6 left, squashable6 left, coverable6 left, statisfiable6 left, bisectable6 left, benchable6 left, nativecallable6 left, shareable6 left, unicodable6 left, linkable6 left, quotable6 left, tellable6 left, bloatable6 left 02:15 greppable6 joined, shareable6 joined, coverable6 joined 02:16 nativecallable6 joined, bisectable6 joined, evalable6 joined 02:17 benchable6 joined, bloatable6 joined, tellable6 joined 02:44 razetime joined 03:11 discord-raku-bot left, discord-raku-bot joined 03:15 releasable6 joined, committable6 joined 03:17 notable6 joined 04:17 evalable6 left, unicodable6 joined 05:08 reportable6 joined
moon-child there's a 'partition' function, right? 05:12
given <1 3 1 1 2 4 3 4>, I want [[1, 1, 1], [2], [3, 3], [4, 4]] 05:13
(though in no particular order)
05:17 statisfiable6 joined 05:18 Al-Khwarizmi joined, evalable6 joined
Al-Khwarizmi \documentclass[conference]{IEEEtran} 05:19
\IEEEoverridecommandlockouts
% The preceding line is only needed to identify funding in the first footnote. If that is unneeded, please comment it out.
\usepackage{cite}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{algorithmic}
\usepackage{graphicx}
\usepackage{textcomp} 05:20
\usepackage{xcolor}
\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em
T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
\begin{document}
\title{Conference Paper Title*\\
{\footnotesize \textsuperscript{*}Note: Sub-titles are not captured in Xplore and
should not be used}
\thanks{Identify applicable funding agency here. If none, delete this.}
}
\author{\IEEEauthorblockN{1\textsuperscript{st} Given Name Surname}
\IEEEauthorblockA{\textit{dept. name of organization (of Aff.)} \\
\textit{name of organization (of Aff.)}\\
City, Country \\
email address or ORCID}
\and
\IEEEauthorblockN{2\textsuperscript{nd} Given Name Surname}
\IEEEauthorblockA{\textit{dept. name of organization (of Aff.)} \\
\textit{name of organization (of Aff.)}\\
City, Country \\
email address or ORCID}
moon-child oh my
Al-Khwarizmi \and
\IEEEauthorblockN{3\textsuperscript{rd} Given Name Surname}
\IEEEauthorblockA{\textit{dept. name of organization (of Aff.)} \\ 05:21
\textit{name of organization (of Aff.)}\\
City, Country \\
email address or ORCID}
\and
\IEEEauthorblockN{4\textsuperscript{th} Given Name Surname}
\IEEEauthorblockA{\textit{dept. name of organization (of Aff.)} \\
\textit{name of organization (of Aff.)}\\
05:21 Al-Khwarizmi left
moon-child gonna ask again cuz it probably god lost in the flood: is there a standard function for partitioning? 05:23
e.g. given <1 3 1 1 2 4 3 4>, I want [[1, 1, 1], [2], [3, 3], [4, 4]]
*got
05:25 frost joined 05:45 frost left 05:56 frost joined 06:07 reportable6 left 06:15 quotable6 joined 06:16 sourceable6 joined, squashable6 joined 06:40 lockywolf left 06:42 lockywolf joined 07:10 reportable6 joined 07:16 linkable6 joined 07:28 lockywolf left, seednode99 left 07:29 lockywolf joined, seednode99 joined
moritz_ m: say <1 3 1 1 2 4 3 4>.Bag 07:48
camelia Bag(1(3) 2 3(2) 4(2))
moon-child moritz_: I want more complex objects, though, with custom comparators 07:49
i.e. the objects that belong to a given partition aren't actually the same as each other
moritz_ can you sort them? 07:50
and/or hash them?
moon-child yeah
moritz_ my %h; %h{.hashed}.push: $_ for @your-objects 07:51
moon-child oh, I was looking for 'categorize'
or 'classify' 07:52
08:29 evalable6 left 09:04 squashable6 left 09:14 jjido joined 09:30 evalable6 joined 09:35 lichtkind_ joined 09:39 jrjsmrtn left 09:40 jrjsmrtn joined
Nemokosch is this TeX? 10:11
please, don't make us have to bear it 10:12
10:24 Sgeo_ left 10:28 frost left 10:46 razetime left 10:58 dogbert11 left 11:05 squashable6 joined 11:06 dogbert17 joined 11:12 holyghost joined 11:13 lockywolf left 11:15 jjido left 11:21 lockywolf joined 11:38 lockywolf left 11:41 razetime joined 11:48 lockywolf joined 11:50 razetime left 11:53 linkable6 left 11:54 linkable6 joined 12:06 reportable6 left 12:29 djerius left 12:30 djerius joined 13:09 reportable6 joined
Geth doc: 0c8f2f1ae5 | (Steve Dondley)++ (committed using GitHub Web editor) | doc/Type/Signature.pod6
remove unneeded assignment to nameless state variable (#4009)

  * remove unneeded assignment to nameless state variable
  * assign object signature to regular scalar instead of nameless var
13:09
linkable6 Link: docs.raku.org/type/Signature
13:10 linkable6 left 13:36 jjido joined 14:09 euandreh joined 14:11 TheAthlete joined 14:24 TheAthlete left 14:28 jjido left
SmokeMachine m: say <1 3 1 1 2 4 3 4>.classify(*.self).values 14:55
camelia ([2] [3 3] [1 1 1] [4 4])
SmokeMachine moon-child: ^^ 14:57
Oh, you have found it, sorry 15:08
15:09 euandreh left 15:13 linkable6 joined 15:47 euandreh joined 16:47 linkable6 left, evalable6 left 16:49 evalable6 joined 16:50 linkable6 joined 16:58 lichtkind_ left 17:07 sena_kun left 17:08 sena_kun joined 17:48 Sgeo joined 18:09 reportable6 left 18:41 vasko left
[Coke] .seen sdondley 18:42
tellable6 [Coke], I haven't seen sdondley around, did you mean stanley?
18:56 patrickb joined 19:05 holyghost left
Geth ecosystem: 51a2a83185 | (Elizabeth Mattijsen)++ | META.list
Remove Subset-Helper

It now lives in the zef ecosystem
19:11
japhb lizmat++ # ecosystem curation that the rest of us keep forgetting (myself included) 19:12
19:14 ufobat joined 19:18 seednode99 left, seednode99 joined 19:26 jjido joined 19:30 ufobat left
Geth ¦ doc: coke self-assigned doc/Type/Signature.pod6 fails make xtest github.com/Raku/doc/issues/4012 20:06
¦ doc: coke self-unassigned doc/Type/Signature.pod6 fails make xtest github.com/Raku/doc/issues/4012
20:10 reportable6 joined 20:49 jjido left 21:00 patrickb left 21:20 japhb left 21:36 japhb joined 22:04 [Coke] left 22:07 [Coke] joined 22:12 [Coke] left, [Coke] joined 22:27 [Coke] left 22:40 [Coke] joined 23:40 evalable6 left, linkable6 left 23:42 evalable6 joined, linkable6 joined 23:48 Kaiepi left