Talk:Order disjoint list items: Difference between revisions

From Rosetta Code
Content added Content deleted
 
(→‎Perl 6 entry: new section)
Line 1: Line 1:
==Inspiration==
==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 ..."'' --[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 09:17, 4 May 2014 (UTC)
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 ..."'' --[[User:Paddy3118|Paddy3118]] ([[User talk: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 <tt>M = <X X Y></tt> and <tt>N = <Y></tt>? --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>? --02:20, 13 May 2014 (UTC)