Received: by 10.50.207.35 with SMTP id lt3mr3635370igc.1.1329499691982; Fri, 17 Feb 2012 09:28:11 -0800 (PST) X-BeenThere: clojure@googlegroups.com Received: by 10.231.29.8 with SMTP id o8ls5637554ibc.6.gmail; Fri, 17 Feb 2012 09:28:04 -0800 (PST) Received: by 10.50.47.132 with SMTP id d4mr1409985ign.1.1329499684033; Fri, 17 Feb 2012 09:28:04 -0800 (PST) Received: by 10.50.47.132 with SMTP id d4mr1409983ign.1.1329499684023; Fri, 17 Feb 2012 09:28:04 -0800 (PST) Return-Path: Received: from mail-iy0-f175.google.com (mail-iy0-f175.google.com [209.85.210.175]) by gmr-mx.google.com with ESMTPS id cg1si1322880igb.0.2012.02.17.09.28.04 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 17 Feb 2012 09:28:04 -0800 (PST) Received-SPF: pass (google.com: domain of gardne...@gmail.com designates 209.85.210.175 as permitted sender) client-ip=209.85.210.175; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of gardne...@gmail.com designates 209.85.210.175 as permitted sender) smtp.mail=gardne...@gmail.com; dkim=pass header...@gmail.com Received: by mail-iy0-f175.google.com with SMTP id y12so5939239iab.34 for ; Fri, 17 Feb 2012 09:28:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; bh=R+rOiFJvfdkLjeqhX0m987h9UyTbYHdEQLAoVMCmgVM=; b=oG6TOOSWiWY7KyTSkp1GIQDh3/k40m3kUWKEriV47N2dKF5O5lmwNFyVi4snBNKoEa Mw+zIn3t6TYO4GRMPCu1JZbRZsgoTO3N1t5X89OS7m3wljNaABNtWuD3P3WLtakC4s43 5BkqdVVJhprUS1r3VdyFW20nkvrEpEhJkDvqI= Received: by 10.50.76.130 with SMTP id k2mr9873619igw.22.1329499683965; Fri, 17 Feb 2012 09:28:03 -0800 (PST) Return-Path: Received: from [192.168.1.3] (c-174-53-200-163.hsd1.mn.comcast.net. [174.53.200.163]) by mx.google.com with ESMTPS id gw1sm6115269igb.0.2012.02.17.09.28.03 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 17 Feb 2012 09:28:03 -0800 (PST) From: Michael Gardner Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Why does (= [] (range)) not terminate? Date: Fri, 17 Feb 2012 11:28:02 -0600 Message-Id: <7BC23135-7C0C-47E6-A44E-68B1B57E5...@gmail.com> To: clojure@googlegroups.com Mime-Version: 1.0 (Apple Message framework v1257) X-Mailer: Apple Mail (2.1257) I came across something interesting while working on some code posted in = another thread: it seems (=3D [] (range)) does not terminate, while (=3D = (range) []) does. Why is that?=