guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: case syntax and symbols


From: Ludovic Courtès
Subject: Re: case syntax and symbols
Date: Thu, 26 May 2005 12:53:24 +0200
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Hi,

Neil Jerram <address@hidden> writes:

> Or are you thinking of a "redefinition" as something different to what
> I'm thinking?  The case I'm thinking of is where a file contains a
> definition, and you load that file twice (perhaps via use-modules, but
> that's not important).

What I'm thinking of is something as simple as:

  (define x 2)
  (define x "hello")

This is also what happens when a file is loaded twice.

What about an `eval-enable' option?

Ludovic.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]