LWN.net Logo

Will Mono Become the Preferred Platform for Linux Development? (O'ReillyNet)

Will Mono Become the Preferred Platform for Linux Development? (O'ReillyNet)

Posted Mar 12, 2004 17:45 UTC (Fri) by zooko (subscriber, #2589)
Parent article: Will Mono Become the Preferred Platform for Linux Development? (O'ReillyNet)

It sounds like the Mono folks are still falling for the hype from a couple of years ago -- that soon everything would be written in Java.

In fact, Java seems to have crested, and has given a little ground against C++ in terms of job listings during the last 12 months. And of course truly open source upstarts like Python have gained a lot more respect in the last year or so. And of course good old C remains the most widely used language for open source development. And of course functional programming language hackers continue to develop open source tools in their favorite languages. And then there's Perl (and hopefully Perl 6 and Parrot).

Java will never take over the world. C# will never take over the world. And Mono will definitely never take over the world.


(Log in to post comments)

Will Mono Become the Preferred Platform for Linux Development? (O'ReillyNet)

Posted Mar 12, 2004 19:01 UTC (Fri) by stuart2048 (subscriber, #6241) [Link]

Java will never take over the world. C# will never take over the world. And Mono will definitely never take over the world.

It's a shame, really. C is painful in so many ways.

C painful? Upgrade.

Posted Mar 13, 2004 17:00 UTC (Sat) by ncm (subscriber, #165) [Link]

If you had just a choice among C, Java-Gcj, and Mono, it wouldn't be very interesting. However, there are other choices.

Most people have no idea how many of the packages they run are written in C++, because (unlike Java) there's no need to know what they are written in. You unpack them, and they just work. There are nice and safe bindings to C++ for all the GNOME libraries, and of course the KDE libraries start out that way.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds