|
From: | Thomas Chust |
Subject: | Re: [Chicken-users] tinyclos and the repl |
Date: | Thu, 24 Jul 2008 12:57:51 +0200 |
User-agent: | Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.16) Gecko/20080703 SeaMonkey/1.1.11 |
Rene Sansman wrote:
[...] Chicken has worked wonderfully for me so far, but now I have run into a problem I don't know how to solve. I want to use tinyclos from the repl, but it does not work. I can use it from compiled code or from the interpreter, but not from a repl that I start from a compiled scheme file. [...]
Hello,the REPL started from your program doesn't have access to the same macros as the compiled source. There are at least two possible solutions to this problem: You can explicitly load the tinyclos support macros at runtime or you can instruct the compiler to retain all macros for runtime using a (declare (run-time-macros)) form.
cu, Thomas
[Prev in Thread] | Current Thread | [Next in Thread] |