[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Interfacing to Non-C Languages
From: |
Ivan Raikov |
Subject: |
Re: [Chicken-users] Interfacing to Non-C Languages |
Date: |
Thu, 08 Apr 2010 09:55:33 +0900 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) |
Hello,
I use the pyffi library to call the UNO functions of OpenOffice from
Scheme. It works ok since Python is well integrated with C. I am not
familiar with the C interface of FreeBasic, but you can take a look at
pyffi to see how it is structured.
-Ivan
Karl Winterling <address@hidden> writes:
> Hi,
>
> I sort of wanted to know if anyone uses Chicken with systems languages
> other than C and C++, like, say, FreeBasic. It might be neat to have
> an egg for gfxlib.
>
> ---Karl