Re: [Chicken-users] shared library for c

2015-12-10 Thread Kooda
On Thu, Dec 10, 2015 at 11:58:53PM -0500, Joe Python wrote:
> Is it possible write a shared library in Chicken, say, "libfactorial.a"
> which can be called from a C main program?
> 
> IF then where is the documentation?
> 
> Thank you,
> Jo

It is absolutely possible, this manual section should help you:
http://wiki.call-cc.org/man/4/Interface%20to%20external%20functions%20and%20variables

and in particular this page: http://wiki.call-cc.org/man/4/Embedding
which explains the CHICKEN C API.

-- 
Envoyé depuis ma GameBoy.

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


[Chicken-users] shared library for c

2015-12-10 Thread Joe Python
Is it possible write a shared library in Chicken, say, "libfactorial.a"
which can be called from a C main program?

IF then where is the documentation?

Thank you,
Jo
___
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users