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.

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to