[Mono-list] Mono ASP.NET and MonoBASIC

Miguel de Icaza miguel@ximian.com
21 Dec 2002 15:02:35 -0500


Hello Dan,

> What would I need to do to get ASP.NET web pages using MonoBASIC to work
> with xsp?  or any other CLR language that runs on Mono, such as, MonoLOGO?

Last I checked our classes for System.Web have hard-coded C# structures
and statements.  We did this initially, because we wanted to make
progress in the direction of getting ASP.NET running, and using CodeDom
was a distraction at that point.

Now that we have a running and working ASP.NET, someone could "port" the
existing hand-crafted C# code to use CodeDom and the compiler providers,
so we can generate any language that exposes a CodeDom provider.

Miguel.