🦋 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.
guifa Yeah, directly setting $_ @_ or %_ can be pretty useful sometimes 00:25
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)
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.)}\\
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
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
Nemokosch is this TeX? 10:11
please, don't make us have to bear it 10:12
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
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
[Coke] .seen sdondley 18:42
tellable6 [Coke], I haven't seen sdondley around, did you mean stanley?
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
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