This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Motif port to guile




I would like to do a port of Motif/Lesstif to guile, along the general
lines of Stk, but I would like some
general advice.

Motif is pretty object oriented, so I think I need an object system. What
object system should I use?

As I understand it, keywords are not a standard part of Scheme, although
they seem useful for
a Motif interface. Does guile have them, and if so should I use them?

How similar should I make it to the guile Stk port? Should I take that as
an example of a good way
to go, or does it have mistakes that I can now avoid?

Any other general advice/comments?