-- Omer Mussaev Software Engineer, EMS team, APM R&D Mercury Interactive
> -----Original Message----- > From: Omer Zak [mailto:[EMAIL PROTECTED]] > Sent: Sunday, February 09, 2003 3:12 PM > To: linux ILUG > Subject: Experience of graphic toolkits bindings for Lisp/Scheme in Linux? > > I want to develop a new project, and am considering either Common Lisp or > Scheme for it. One of the requirements is that there'll be a graphic > toolkit (such as Tk or GTk) binding for the environment to be used. > > For guile (the Scheme interpreter available in RedHat distributions), I > found no out-of-the-box modules for binding with a graphic toolkit. This > justifies fishing for recommendations for a good toolkit, which works with > Scheme interpreters. > > There is a Lisp dialect called 'librep', which can be invoked by 'rep'. > > Common LISP interpreters are available from the Internet. > > Now - the question: > Anyone familiar with the above languages and environments, who can advise > which of them has good graphical toolkit for a project, which needs both > the power of Lisp dialects and graphic toolkits? MrEd (http://www.plt-scheme.org/software/mred/) provides a nice (although simplistic) windowing toolkit for the mzScheme. I remember toying with that during my Lisp days. I remember toying with the Guile-Gtk too. I do not remember any details on the issue. However, in these days I would go for Kawa - scheme->java byte code compiler. (http://www.gnu.org/software/kawa/Restrictions.html) There are many options with regard to scheme + UI combo. I would consider ease of deployment, the audience and the time to develop before settling on a single tool. > --- Omer > My opinions, as expressed in this E-mail message, are mine alone. > They do not represent the official policy of any organization with which > I may be affiliated in any way. > WARNING TO SPAMMERS: at http://www.zak.co.il/spamwarning.html > > > ================================================================= > To unsubscribe, send mail to [EMAIL PROTECTED] with > the word "unsubscribe" in the message body, e.g., run the command > echo unsubscribe | mail [EMAIL PROTECTED] ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]