Hi, Within scm_eval(), I need to use a very simple module:
(define-module ultra-complex-thingy #:pure) (Yeah, that's the complete source code of my module.) The problem is, how can I create and use that module within my C code, in scm_eval()? Any assistance will be really appreciated. Regards. _______________________________________________ Guile-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/guile-user
