From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rusi Newsgroups: gmane.emacs.help Subject: Re: Check for redundancy Date: Thu, 2 Jul 2015 23:38:43 -0700 (PDT) Message-ID: <175ae5d1-8a2a-459f-8f49-d6aa15db1d36@googlegroups.com> References: <87si9bl7k7.fsf@nl106-137-147.student.uu.se> <87mvzerv09.fsf@robertthorpeconsulting.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1435905619 32248 80.91.229.3 (3 Jul 2015 06:40:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 3 Jul 2015 06:40:19 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 03 08:40:18 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1ZAue2-0000wP-8b for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Jul 2015 08:40:18 +0200 Original-Received: from localhost ([::1]:39545 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAue1-0005Qj-0m for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Jul 2015 02:40:17 -0400 X-Received: by 10.68.174.98 with SMTP id br2mr46537786pbc.8.1435905524505; Thu, 02 Jul 2015 23:38:44 -0700 (PDT) X-Received: by 10.50.8.7 with SMTP id n7mr330640iga.15.1435905524473; Thu, 02 Jul 2015 23:38:44 -0700 (PDT) Original-Path: usenet.stanford.edu!ff1no1262623igc.0!news-out.google.com!t2ni3335igk.0!nntp.google.com!ff1no1262614igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=117.195.45.23; posting-account=mBpa7woAAAAGLEWUUKpmbxm-Quu5D8ui Original-NNTP-Posting-Host: 117.195.45.23 User-Agent: G2/1.0 Injection-Date: Fri, 03 Jul 2015 06:38:44 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:213087 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:105374 Archived-At: On Friday, July 3, 2015 at 11:40:04 AM UTC+5:30, to...@tuxteam.de wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Fri, Jul 03, 2015 at 12:37:42AM +0100, Robert Thorpe wrote: > > Emanuel Berg writes: > > [...] > > > In Lisp the type of a variable is stored with the variable at runtime. > > Let me nit a pick: And let me pick a nit with your "nit a pick": Its pick a nit not nit a pick > In Lisp it's not the variable which "has" a type, > but the value itself. It's the 5 currently "living" in five which is > an int.