From: Chusslove Illich <[EMAIL PROTECTED]> Date: Fri, 1 Apr 2005 12:55:10 +0200
I am trying to introduce Guile for scripting some things within, eh, a certain C++ application. [...] probably you should avoid top-level defines and use "executable modules", instead: http://www.glug.org/docbits/guile/1.4.x/Executable-Modules.html a module gives you a namespace into and out of which you can import and export bindings. "executable" (in this context) means the code has a standard interface invokable from the command line. in this case, your execution environment is not from the command line, but the techniques involved would be the same. thi _______________________________________________ Guile-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/guile-user
