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 Chapter 15 - Memoization - function previously defined

Received: by 10.216.229.149 with SMTP id h21mr361923weq.11.1320130464941;
        Mon, 31 Oct 2011 23:54:24 -0700 (PDT)
X-BeenThere: land-of-lisp@googlegroups.com
Received: by 10.216.202.220 with SMTP id d70ls26522621weo.3.gmail; Mon, 31 Oct
 2011 23:54:24 -0700 (PDT)
Received: by 10.216.160.68 with SMTP id t46mr363343wek.9.1320130464083;
        Mon, 31 Oct 2011 23:54:24 -0700 (PDT)
Received: by 10.216.160.68 with SMTP id t46mr363342wek.9.1320130463962;
        Mon, 31 Oct 2011 23:54:23 -0700 (PDT)
Return-Path: <edw...@kenworthy.info>
Received: from smtp3.easily.co.uk (smtp3.easily.co.uk. [95.130.72.151])
        by gmr-mx.google.com with ESMTPS id fd1si11004043wbb.0.2011.10.31.23.54.23
        (version=TLSv1/SSLv3 cipher=OTHER);
        Mon, 31 Oct 2011 23:54:23 -0700 (PDT)
Received-SPF: neutral (google.com: 95.130.72.151 is neither permitted nor denied by best guess record for domain of edw...@kenworthy.info) client-ip=95.130.72.151;
Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 95.130.72.151 is neither permitted nor denied by best guess record for domain of edw...@kenworthy.info) smtp.mail=edw...@kenworthy.info
Received: from [78.40.152.129] (port=51977 helo=[10.114.109.147])
	by smtp3.easily.co.uk with esmtpa (Exim 4.43)
	id 1RL8Ep-0000pi-4Y; Tue, 01 Nov 2011 06:54:23 +0000
References: <d3fd9418-a283-4783-bc63-f74b782c9533@f13g2000vbv.googlegroups.com>
In-Reply-To: <d3fd9418-a283-4783-bc63-f74b782c9533@f13g2000vbv.googlegroups.com>
Mime-Version: 1.0 (1.0)
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=us-ascii
Message-Id: <4EC925E6-F680-4443-8BB3-F28E8C4B9230@kenworthy.info>
Cc: Land of Lisp <land-of-lisp@googlegroups.com>
X-Mailer: iPad Mail (9A334)
From: Edward Kenworthy <edw...@kenworthy.info>
Subject: Re: Chapter 15 - Memoization - function previously defined
Date: Tue, 1 Nov 2011 06:54:23 +0000
To: "land-of-lisp@googlegroups.com" <land-of-lisp@googlegroups.com>

You can, I think it's C-c C-l (or C-c C-k to compile the current buffer).

You might want to have a look at http://www.gigamonkeys.com/book/lather-rins=
e-repeat-a-tour-of-the-repl.html as well. I work with both repl and the sour=
ce file open, reloading as necessary in the repl as I need to.

Edward

On 28 Oct 2011, at 07:45, Jon Kiparsky <jon.kipar...@gmail.com> wrote:

> I'm just now looking at the memoizations in chapter 15. I'm pretty
> sure I understand the concepts - pretty nice stuff - but trying to
> compile them, I get a warning that the functions were defined
> previously, and a compilation failure.
>=20
> I've worked out that I need to load the file manually, but is there
> any way to load this using C-C C-K (in slime, of course) or do I have
> to load this with (load)?
>=20
> This is under clisp, 2.48.