top | item 539262

Mono 2.4 and MonoDevelop 2.0 released

9 points| jusob | 17 years ago |tirania.org | reply

11 comments

order
[+] dantheman|17 years ago|reply
Woot! Integrated Debugger

This is a big release for mono, I'm huge fan of the project. C# is actually being designed unlike java, and with each new revision is getting much better.

Here's a cool demo of a mono REPL:http://lucasmeijer.com/files/messagewindow.swf

[+] garrydanger|17 years ago|reply
I agree, this release will make mono a lot more attractive to windows developers.

Can't wait to see some mono based asp.net mvc apps built with this new version

[+] online|17 years ago|reply
You know what, i love the idea of mono and i did a lot of c# projects. But I just don't trust enough mono to build my stuff on top of mono.
[+] SwellJoe|17 years ago|reply
Isn't it compatible with the Microsoft variants? I mean, isn't that the point? Shouldn't you be able to build on Microsoft tools and then compile on Mono for other platforms? Or am I completely missing the boat?
[+] jusob|17 years ago|reply
I've been using Mono for about 3 years now, and I must say C# is great. Mono has gone a long way, and it is pretty solid now. I really love the fact that I can use the same language, and same libraries, for Desktop Applications, command line tools, and to create a web site. The option to be able to create standalone program (no need to have the Mono libraries installed on the client) is also a great plus.
[+] SwellJoe|17 years ago|reply
Has anyone built any cross-platform games with Mono? I'm working on a little hobby project that I'd like to release in an installable version for Windows and Mac OS X, and I'm not really sure where to start. I've been so deeply rooted in the UNIX world for so long that I don't even have a guess about good solutions to Windows/Mac desktop application problems.
[+] dantheman|17 years ago|reply
This uses mono as a scripting engine, it's a pretty advanced game engines and there are quite a few games that use it: http://unity3d.com/

It supports both windows and os x.