guile-user
[Top][All Lists]
Advanced

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

Creating Modules within C


From: Volkan YAZICI
Subject: Creating Modules within C
Date: Fri, 17 Nov 2006 00:48:12 +0200
User-agent: Mutt/1.4.2.1i

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.




reply via email to

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