Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion 'last' on empty collections

Received: by 10.181.11.234 with SMTP id el10mr831419wid.2.1341184719056;
        Sun, 01 Jul 2012 16:18:39 -0700 (PDT)
X-BeenThere: clojure@googlegroups.com
Received: by 10.216.196.193 with SMTP id r43ls6338157wen.7.gmail; Sun, 01 Jul
 2012 16:18:21 -0700 (PDT)
Received: by 10.180.105.38 with SMTP id gj6mr837218wib.0.1341184701089;
        Sun, 01 Jul 2012 16:18:21 -0700 (PDT)
Received: by 10.180.105.38 with SMTP id gj6mr837217wib.0.1341184701080;
        Sun, 01 Jul 2012 16:18:21 -0700 (PDT)
Return-Path: <michal.marc...@gmail.com>
Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52])
        by gmr-mx.google.com with ESMTPS id bb7si3185877wib.2.2012.07.01.16.18.21
        (version=TLSv1/SSLv3 cipher=OTHER);
        Sun, 01 Jul 2012 16:18:21 -0700 (PDT)
Received-SPF: pass (google.com: domain of michal.marc...@gmail.com designates 74.125.82.52 as permitted sender) client-ip=74.125.82.52;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of michal.marc...@gmail.com designates 74.125.82.52 as permitted sender) smtp.mail=michal.marc...@gmail.com; dkim=pass header...@gmail.com
Received: by wgbgn7 with SMTP id gn7so4784152wgb.9
        for <clojure@googlegroups.com>; Sun, 01 Jul 2012 16:18:21 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type;
        bh=4iemku/AyEOhyr/w4KDdd5QEprUeHJhtWH/RmmDcM/E=;
        b=XPLculB5OpEpDXDurCrQeeu7QPn107vc4tbzdpsiZdmEvLwzE3F4f3143oP1Zx2eQM
         sutwYHAaV9OOj+6KVutVvJidH05kX9ozbKbgCLw8NDMQV167NpCLpFKUct3UfElw06CX
         Lhhb5Qq0yMOCUrvseIEAazCDG/QXDMDenZRr7q8JkamwRsHKdvFTF8zTY2100Om361ig
         C0cQW5WcMC0l+hN/x3AIiEa003/UaRNyGTvQZIVrKiYRoWRFf/xnmg7A6jx16x1Hku7O
         jzgpmLHGUEPcIpXHUo+BBPIz4O5Oq4BpfZMOSn92jsKCypnmvDmvaGriya/B0oJEugDX
         e6pA==
MIME-Version: 1.0
Received: by 10.180.83.197 with SMTP id s5mr12612704wiy.9.1341184700997; Sun,
 01 Jul 2012 16:18:20 -0700 (PDT)
Received: by 10.194.25.161 with HTTP; Sun, 1 Jul 2012 16:18:20 -0700 (PDT)
In-Reply-To: <CA+d+gT6KTrpu4VQD=vT6xTc-GpvhQJP56iYL+kMfUH=zuj-...@mail.gmail.com>
References: <9c85a05f-1196-4dfd-b41e-9690a5c99...@o4g2000yqk.googlegroups.com>
	<CA+d+gT6KTrpu4VQD=vT6xTc-GpvhQJP56iYL+kMfUH=zuj-...@mail.gmail.com>
Date: Mon, 2 Jul 2012 01:18:20 +0200
Message-ID: <CAHVQsz0zEZKCvq16Z29k4EpL6q_PNt7b7A-hN_RFxO1j=tz...@mail.gmail.com>
Subject: Re: 'last' on empty collections
From: =?UTF-8?Q?Micha=C5=82_Marczyk?= <michal.marc...@gmail.com>
To: clojure@googlegroups.com
Content-Type: text/plain; charset=UTF-8

On 2 July 2012 00:12, Sean Corfield <seancorfi...@gmail.com> wrote:
> user> (map inc nil)
> ()
> user> (map inc [])
> nil

Actually that's also (). Agreed on the point of the message.

Cheers,
M.