if you don't know mono...

  • Thread starter Thread starter Everything Jute !
  • Start date Start date
E

Everything Jute !

Programmers everyday are making a tragic error by not learning mono.

Mono is te standard .net implementation for Windos and Linux.

Learning mono is the key to writing fast, OOP, cross platform applications.

Mono virtualized the OS in the most efficient way possible -- making
Linux programming a dream, instead of a chore.

Go mono !
 
Since you're advocating it, why not post some links or FAQ's about it. I personally work with
Windows and Linux and have for many years... and I've never heard of 'mono'.

Because it's so new, there's not a whole lot to go on, BUT:

The main site is:
http://www.go-mono.com/

The Windos install is super simple(!)
The Linux install is medium hard ( but Suse includes it in it's distro ).


And a community support site
http://www.gotmono.com/


The GTK# tutorial is fun:
http://www.gotmono.com/docs/gnome/bindings/gtk-sharp/gtk-sharp.html
 
Everything said:
Programmers everyday are making a tragic error by not learning mono.

Mono is te standard .net implementation for Windos and Linux.

Learning mono is the key to writing fast, OOP, cross platform applications.

Mono virtualized the OS in the most efficient way possible -- making
Linux programming a dream, instead of a chore.

Go mono !

Since you're advocating it, why not post some links or FAQ's about it. I personally work with
Windows and Linux and have for many years... and I've never heard of 'mono'.

Take care,

Alex.
 
I have nothing against Mono personally, although I did not like the Mono I
had in high school (only kidding, I really loved it too!). ;->

Mono is a bit behind, although it is a nice open source implementation.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside the box!
*************************************************
 
Cowboy said:
I have nothing against Mono personally, although I did not like the Mono I
had in high school (only kidding, I really loved it too!). ;->

Mono is a bit behind, although it is a nice open source implementation.

behind?

in what way?

it clearly meets the ECMA requirements

what's the problem ?


--
UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX !
UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX !
UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX !
UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX !
UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX !
UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX !
UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX !
UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX !
UNIX ! UNIX ! UNIX !
 
Senior UNIX Administrator said:
behind?

in what way?

it clearly meets the ECMA requirements

what's the problem ?

Compiler isn't perfect. The error messages suck and it occasionally emits
incorrect code. The libraires are pretty fair(though not as feature complete
as .NET 1.1) but the compiler has enough problems to make using csc.exe a
better option often enough.

Also, the most annoying thing with it: At times version you compile yourself
(on windows under cygwin anyway) doesn't pass all the tests, while the
binary version they provide does.
 
Everything said:
Programmers everyday are making a tragic error by not learning mono.

Mono is te standard .net implementation for Windos and Linux.

Learning mono is the key to writing fast, OOP, cross platform applications.

Mono virtualized the OS in the most efficient way possible -- making
Linux programming a dream, instead of a chore.

Any books on Mono or .net that you'd recommend? I wouldn't be surprised
if there's an O 'Reilly's book by now that was out for 6 months
already.
 
Back
Top