Logo

Programming-Idioms

History of Idiom 119 > diff from v57 to v58

Edit summary for version 58 by thijso:
New Lisp implementation by user [thijso]

Version 57

2019-09-26, 19:07:25

Version 58

2019-09-27, 08:49:35

Idiom #119 Deduplicate list

Remove duplicates from list x.
Explain if original order is preserved.

Illustration

Idiom #119 Deduplicate list

Remove duplicates from list x.
Explain if original order is preserved.

Illustration
Extra Keywords
deduplicate dupe dupes redundant redundancy undupe
Extra Keywords
deduplicate dupe dupes redundant redundancy undupe
Code
(remove-duplicates x)