From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user Subject: Re: Uniq list in Guile Date: Sat, 26 Oct 2013 11:06:03 +0200 Message-ID: <87mwlwcsg4.fsf@zigzag.favinet> References: <87d2mspkt3.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: ger.gmane.org 1382778184 10741 80.91.229.3 (26 Oct 2013 09:03:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 26 Oct 2013 09:03:04 +0000 (UTC) To: guile-user Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Oct 26 11:03:08 2013 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VZzly-0002Tw-FO for guile-user@m.gmane.org; Sat, 26 Oct 2013 11:03:06 +0200 Original-Received: from localhost ([::1]:33919 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZzly-0002xE-08 for guile-user@m.gmane.org; Sat, 26 Oct 2013 05:03:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55902) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZzlh-0002x0-Nk for guile-user@gnu.org; Sat, 26 Oct 2013 05:02:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZzla-0000aQ-Dn for guile-user@gnu.org; Sat, 26 Oct 2013 05:02:49 -0400 Original-Received: from smtp206.alice.it ([82.57.200.102]:56437) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZzla-0000aM-3W for guile-user@gnu.org; Sat, 26 Oct 2013 05:02:42 -0400 Original-Received: from zigzag.favinet (82.54.135.217) by smtp206.alice.it (8.6.060.28) id 52443B2D09EBC2BD for guile-user@gnu.org; Sat, 26 Oct 2013 11:02:40 +0200 Original-Received: from ttn by zigzag.favinet with local (Exim 4.80) (envelope-from ) id 1VZzoz-0006S4-23 for guile-user@gnu.org; Sat, 26 Oct 2013 11:06:13 +0200 Mail-Followup-To: guile-user In-Reply-To: (Panicz Maciej Godek's message of "Sat, 26 Oct 2013 10:03:44 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.102 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:10858 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable () Panicz Maciej Godek () Sat, 26 Oct 2013 10:03:44 +0200 There's also a "delete-duplicates" function available that comes with SRFI-1. See also =E2=80=98(ice-9 common-list) uniq=E2=80=99, which hardcodes =E2=80= =98eq?=E2=80=99 comparison (via =E2=80=98memq=E2=80=99). I, too, think it's better to not add this as= a primitive. =2D-=20 Thien-Thi Nguyen GPG key: 4C807502 (if you're human and you know it) read my lisp: (responsep (questions 'technical) (not (via 'mailing-list))) =3D> nil --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAlJrhf4ACgkQZwMiJEyAdQJnCgCcCydhX/92SZPqdHgsyXrTGbFO gBcAn0dfghkR4IYWYSZBt5EtutKiTGfk =GVgH -----END PGP SIGNATURE----- --=-=-=--