chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Chicken as extension language


From: Thomas Chust
Subject: Re: [Chicken-users] Chicken as extension language
Date: Tue, 28 Aug 2012 23:59:03 +0200 (CEST)
User-agent: Alpine 2.02 (LNX 1266 2009-07-14)

Hello,

you may want to check the documentation on embedding CHICKEN into other applications:

  http://wiki.call-cc.org/man/4/Embedding

To make the embedded CHICKEN interpreter useful, you may have to expose functions from CHICKEN to the hosting application, which is easily accomplished using define-external:

  http://wiki.call-cc.org/man/4/Callbacks#define-external

And the other way around, you may have to expose functions from the hosting application to CHICKEN, which is equally possible using the various foreign-* forms:

  http://wiki.call-cc.org/man/4/Accessing%20external%20objects

If these pieces of documentation leave you with any open questions, don't hesitate to ask for specific advice on this list :-)

Ciao,
Thomas


--
When C++ is your hammer, every problem looks like your thumb.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


reply via email to

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