Talk:Remove duplicate elements: Difference between revisions

From Rosetta Code
Content added Content deleted
(→‎APL example: It's GeSHi)
(→‎Does Order Matter: Probably shouldn't)
Line 6: Line 6:


If order matters, then there are some solutions here that will not suffice. If it doesn't matter, it should be made explicit.
If order matters, then there are some solutions here that will not suffice. If it doesn't matter, it should be made explicit.
:I'm gonna guess that order shouldn't matter. The focus of the task is uniqueness. I didn't make the task though so I don't know, but my vote is for it not mattering. --[[User:Mwn3d|Mwn3d]] 18:30, 13 July 2009 (UTC)

Revision as of 18:30, 13 July 2009

APL example

Encodings problem of the APL example? Where's the Unique operator (it appears in the text, but not in the code) --ShinTakezou 13:54, 31 March 2009 (UTC)

GeSHi doesn't do APL correctly. It does seem to be an encoding problem. If you see it elsewhere, change the lang tags to pre tags for now. Maybe it will be fixed in future versions of GeSHi. --Mwn3d 18:29, 13 July 2009 (UTC)

Does Order Matter

If order matters, then there are some solutions here that will not suffice. If it doesn't matter, it should be made explicit.

I'm gonna guess that order shouldn't matter. The focus of the task is uniqueness. I didn't make the task though so I don't know, but my vote is for it not mattering. --Mwn3d 18:30, 13 July 2009 (UTC)