guile-user
[Top][All Lists]
Advanced

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

Re: case syntax and symbols


From: Marius Vollmer
Subject: Re: case syntax and symbols
Date: Tue, 22 Mar 2005 14:23:57 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

address@hidden (Ludovic Courtès) writes:

> Actually, you meant something like:
>
>   guile> (define x 2)
>   guile> (define 'x 3)
>   guile> x
>   2
>   guile> 'x
>   3
>
> Right?  The example you gave doesn't produce anything funny unless `x'
> was previously defined.

Hmm, no, I meant (define 'x (* x x)).  I think '2 => 4 is pretty
funny, no?  :-)




reply via email to

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