chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Like 'include', but different?


From: Mark Carter
Subject: [Chicken-users] Like 'include', but different?
Date: Thu, 23 Aug 2018 16:54:03 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

I have code where I 'include' other files. Suppose I compile that file. As part of execution, it will try to load those other files, which isn't what I want.

Is there a way of telling chicken that during the interpretation or compilation, the file should be loaded, but during execution, don't load the files?

... a bit like loading a module, but without using modules.



reply via email to

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