[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] chicken scheme + gui on Nokia n800 or n810?
From: |
minh thu |
Subject: |
Re: [Chicken-users] chicken scheme + gui on Nokia n800 or n810? |
Date: |
Thu, 6 Dec 2007 11:58:58 +0100 |
John :
> [...]
> In terms of GUI, well I just use GTK+ as IMO it is fairly high-level
> and abstracted enough from raw C that it is pretty easy to use. You
> also get the benefit of cut 'n pasting a lot of pre-written code if
> you go this route. Chicken embeds easily into a GTK+ app. I just do
> the interface code in GTK+ and backend in Chicken.
Do you mean you write the ui with gtk+ in C ? How is the wiring
between that and Chicken done (which one calls the other and how) ?
Thanks
mt