Talk:Order disjoint list items: Difference between revisions

From Rosetta Code
Content added Content deleted
(→‎Perl 6 entry: new section)
m (→‎Perl 6 entry: goofed sig)
Line 4: Line 4:
== Perl 6 entry ==
== Perl 6 entry ==


I don't have the 2014 version of Rakudo, but can someone who does test how the Perl 6 code reacts to the input <tt>M = <X X Y></tt> and <tt>N = <Y></tt>? --02:20, 13 May 2014 (UTC)
I don't have the 2014 version of Rakudo, but can someone who does test how the Perl 6 code reacts to the input <tt>M = <X X Y></tt> and <tt>N = <Y></tt>? --[[User:Ledrug|Ledrug]] ([[User talk:Ledrug|talk]]) 02:20, 13 May 2014 (UTC)

Revision as of 02:20, 13 May 2014

Inspiration

I thought "what if you ordered part of a list, not by indices as in Sort disjoint sublist, but by giving a list of items ..." --Paddy3118 (talk) 09:17, 4 May 2014 (UTC)

Perl 6 entry

I don't have the 2014 version of Rakudo, but can someone who does test how the Perl 6 code reacts to the input M = <X X Y> and N = <Y>? --Ledrug (talk) 02:20, 13 May 2014 (UTC)