chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Fwd: eval works different in Chicken 4.7 from 3.4?


From: Christian Kellermann
Subject: Re: [Chicken-users] Fwd: eval works different in Chicken 4.7 from 3.4?
Date: Tue, 4 Oct 2011 08:57:23 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

* Matt Welland <address@hidden> [111004 04:32]:
> It looks like the issue is related to my using include to load all the
> source files instead of (declare (unit blah)) etc.
> 
> somehow procedures from included code is not visible to the eval but if I
> compile as units and link it works (at least in my testcase).
> 
> Seems like broken behavior to me but serves me right for being lazy and
> using include instead of doing it right :)

If it is user code that you want to eval, maybe using (load "file")
instead of include will do the job?

Just guessing of course,

Christian

-- 
Who can (make) the muddy water (clear)? Let it be still, and it will
gradually become clear. Who can secure the condition of rest? Let
movement go on, and the condition of rest will gradually arise.
 -- Lao Tse. 



reply via email to

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