PDA

View Full Version : C# Alternative?


navilon
March 5th, 2006, 04:39 AM
I am very comfortable with the C# syntax and would like to know if there is a language for linux that uses syntax similar to C# (besides java)

toojays
March 5th, 2006, 05:08 AM
How about, um, C#?

If you want to make GUI apps with C# on Ubuntu, take a look at Gtk# (ttp://www.mono-project.com/GtkSharp).

mostwanted
March 5th, 2006, 05:15 AM
Nemerle is a bit like C# in syntax, but a totally different language in functionality as far as I'm aware.

der_joachim
March 6th, 2006, 02:17 PM
Um... I think that mono (http://www.mono-project.com) is what you are looking for.

mostwanted
March 6th, 2006, 04:48 PM
Um... I think that mono (http://www.mono-project.com) is what you are looking for.

Mono is not a language...

navilon
March 7th, 2006, 05:37 PM
Um... I think that mono (http://www.mono-project.com) is what you are looking for.

Im looking for soemthing that runs more natively than MONO C# does

toojays
March 7th, 2006, 05:47 PM
Can you be more specific?