[Mono-list] support for other languages

Angel "Java" Lopez webmaster@ajlopez.com
Wed, 24 Apr 2002 14:36:04 -0300


Why not use the AWT (Abstract Window Toolkit) approach in Java?

That is, a set of standard classes, then, each one has a "peer class" that
implements the binding to the real control.....

In each implementation, only change the "peer class", not the visible
class.... I think this is a named pattern... which one?

Angel "Java" Lopez

----- Original Message -----
From: "Guenther Roith" <groith@tcrz.net>
To: "Miguel de Icaza" <miguel@ximian.com>
Cc: <mono-list@ximian.com>
Sent: Wednesday, April 24, 2002 1:19 PM
Subject: [Mono-list] support for other languages


> Hi!
>
> One of the mono-goals easy language-binding for gnome.
>
> Now, there are two ways of doing this:
>
> - create a .net-compiler for the language (like mcs, oberon compiler)
> - create a binding (like the .net-binding for php)
>