Mono 0.30 Released 32
Blair16 writes "From OSNews -- Mono 0.30 has been released. This release includes four components at once: the Runtime and Software Development Kit, the Documentation browser, and the ASP.NET server with its Apache module. Packages for various distributions are also available from our download page. This is mostly a fine-tuning release: bug fixing and performance improvements are the major benefits, but new classes and new features are also included. See the rest of the notes for details."
Re:Meanwhile (Score:4, Funny)
Re:Meanwhile (Score:1, Insightful)
Seriously.
- Moomin
Re:Meanwhile (Score:3, Interesting)
In that, Mono has a leg up both on Java and on
A little too fast one might say (Score:1, Troll)
I can see the ad campaign now... (Score:3, Funny)
Re:I can see the ad campaign now... (Score:4, Funny)
Re:I can see the ad campaign now... (Score:2)
Re:I can see the ad campaign now... (Score:4, Informative)
The Mono project is developing its own set of libraries. Read Question #1 of the Mono FAQ [go-mono.com]. This is why I support the Mono project. It's not just following in the footsteps of Microsoft. It's taking a good idea and pushing it beyond where Microsoft may or may not choose to take it.
Re:I can see the ad campaign now... (Score:4, Interesting)
They may develop independant libraries, but the core of it is just implementing Microsoft's
It's useful independently... think Gtk# (Score:4, Insightful)
The only thing holding me back is the debugger which did not work well last time I tried (just usable, frequent lockups). Seems that it has been fixed, I'll give it a try...
Likewise... (Score:2)
The GNU Project is an open development initiative sponsored by Free Software Foundation and its contributors that is working to develop a free software version of the Open Group Single UNIX Specification development platform [unix-systems.org].
They may develop independant libraries, but the core of it is just implementing the Open Group's UNIX platform which is the core library. They will always be catching up in that initiative, and they might as well just develop a completely new base of libraries.
Re:I can see the ad campaign now... (Score:1)
We're not worthy! (Score:4, Funny)
Holding out for debs (Score:3, Interesting)
Which is making my attempts to port an ASP.NET application to work on mono a fairly frustrating experience, to say the least...
Re:Holding out for debs (Score:2)
That being said, I use the Debian stable apache, but my needs are simple.
Re:Holding out for debs (Score:1)
While you're busy holding out for the debs, you can try this neat program I found that keeps things nice & tidy.
It's called stow (package name is the same). It works to keep source installations in their own happy directory where they can't screw with anything else (eg /usr/local/stow/mono-0.30).
So, the incantation for installing from source goes something like:
./configure --prefix=/usr/local/stow/$package-$ver /usr/l
download a package
unpack the archive
cd $archivedir
make
sudo make install
cd
Re:Holding out for debs (Score:3, Informative)
They're still the January 14th CVS pulls, but at least they're in Sid now, along with gnome-sharp and gtk-sharp, so they're probably packaging
Re:Holding out for debs (Score:2)
Unfortunately, it still doesn't include libapache-mod-mono which is critical for me
Still, it seems the debian mono packaging team is making much more progress than I had guessed from following their mailing list
Thanks for the heads-up!
monoculture? (Score:2)
Re:monoculture? (Score:5, Interesting)
Because of the associations in English (mono-nucleosis, mono-poly, mono-aural) it was not such a great choice.
Re:monoculture? (Score:5, Funny)
Damn, dude. That's harsh..
I suppose Miguel should just climb back up the tree he came from..
-metric
Re:monoculture? (Score:1)
Mono (Score:2, Interesting)
Re:Mono (Score:1)
s/greatest/only good/ (Score:2)
Can someone explain it all to me? (Score:3)
Now, I know that mcs is the compiler. I know that mono and mint run things ( but I don't know what the difference is ). I have no idea about the rest. I also don't know how to set up my "classpath". I am quite experienced in Java, but I am not sure how to go about using mono. Any hints would be welcome.
The ultimate goal is to get Piccolo.NET [umd.edu] to run. Since I use the regular Java Piccolo all the time.
Re:Can someone explain it all to me? (Score:3, Informative)
mono - JIT runtime (faster than mint)
monodis - disassembles assemblies (.exe and
mcs - C# compiler
example:
mcs file.cs -o file.exe
mono file.exe
Mono performance (Score:1, Informative)
Just run the Scimark benchmark to see the difference. Java outperformes both Mono and MS
I think this performance issue is especially important due to the portability of