Skip navigation.

Mono Directions

Mono
Mono

Miguel de Icaza wrote:
We just released Mono 1.1.10, our best release so far. The major feature missing from this release to call it Mono 1.2 is the completion of our Windows.Forms implementation.

In this document I only present the direction of development of the Mono team at Novell; A more comprehensive view of other Mono developments by the Mono community is something that am working on and will post at a later date.

I also present how our team's priorities are shifting in response to Novell's own internal use of Mono and external factors like the final release of .NET 2.0.

Read the rest

>You don't know what you

>You don't know what you talk about then.
>There are basically two ways to run mono apps on Linux:
>- Adding a script for every mono apps, that launch the exe with sth like : 'mono app.exe "$@"' (tedious, that's what gentoo does)
>- Have the misc formats compiled in the kernel, and activate it to launch mono automatically for .exe files, which imply putting a config in the kernel through proc/sys/whatever (that's what I do).
>So stop calling FUD when you don't know what you are talking about, please.
>I understand better now your BS though.

WTF? What's the big difference between running a Java program with "java javaprogram"/"java -jar javaprogram-in-a-jarfile.jar", and "mono monoprogram.exe"???

And BESIDES that Java need all the JAVA_HOME crap...

The kernel config is just a service you can add to make the program even easier to run if you want it, what's the problem with that?

YOU obviously have no idea what you are talking about...