2011/3/31 Steve Graham <jsgraha...@yahoo.com>
> Can someone point me to some info on this?

Hello Steve,

there is compiler support for executables marked as GUI applications
through the -gui command line option. But to actually create a GUI,
you will have to use one of the eggs providing bindings for user
interface toolkits [1]. All the Tk and Qt based ones should, in
principle, work under Windows. The IUP binding is also known to work
under Windows.

> Also does Chicken Scheme have a method for accessing databases?

Yes, check the eggs providing database functionality [2]. However,
there is currently no database-independent layer like Perl's DBI
module that provides a uniform API for all other relational database
drivers.

Ciao,
Thomas


--
[1] http://wiki.call-cc.org/chicken-projects/egg-index-4.html#ui
[2] http://wiki.call-cc.org/chicken-projects/egg-index-4.html#db


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

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to