guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Uniq list in Guile


From: Thien-Thi Nguyen
Subject: Re: Uniq list in Guile
Date: Sat, 26 Oct 2013 11:06:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

() Panicz Maciej Godek <address@hidden>
() Sat, 26 Oct 2013 10:03:44 +0200

   There's also a "delete-duplicates" function available that comes with
   SRFI-1.

See also ‘(ice-9 common-list) uniq’, which hardcodes ‘eq?’ comparison
(via ‘memq’).  I, too, think it's better to not add this as a primitive.

-- 
Thien-Thi Nguyen
   GPG key: 4C807502
   (if you're human and you know it)
      read my lisp: (responsep (questions 'technical)
                               (not (via 'mailing-list)))
                     => nil

Attachment: pgpv1213KvCtS.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]