-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Andy Wingo wrote:
>>From the NEWS:
Sorry for the noise :-)
- --
Luca Saiu
http://www-lipn.univ-paris13.fr/~saiu
GNU epsilon: http://www.gnu.org/software/epsilon
Marionnet: http://www.marionnet.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1
Greetings Luca,
On Fri 26 Mar 2010 14:02, Luca Saiu writes:
> ;;; Define a function calling a macro which is not yet defined:
> (define (go)
> (display (m 42)))
>
> ;;; Define the macro:
> (define-macro (m form)
> `(list ,form))
>
> ;;; Call the function:
> (go)
I'm afraid that this is just
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello guilers! Long time no see. I hope everything's all right.
Guile rocks more and more. Thanks :-).
I've found an incompatibility between 1.8 and 1.9 (tested with 1.9.8 and
1.9.9); if it's a documented change then sorry for the noise, I may just
h