up vote 6 down vote favorite
share [g+] share [fb]

Is there C# look-alike for Linux? What about a compiler?

link|improve this question

feedback

7 Answers

up vote 10 down vote accepted

There is another language called Vala. It's not well known, but as you can see from the page, an interesting amount of projects have been produced already.

link|improve this answer
feedback

You could actually use C# with Mono.

link|improve this answer
feedback

Look-alike? I am assuming you mean a similar language? You could always just use C# with Mono, a multi-platform port of the .Net framework

link|improve this answer
feedback

If you don't want to use Mono, I think Java may be your closest alternative.

link|improve this answer
1  
Did someone hit you with a Java stick three days ago...:) – user10178 Nov 26 '08 at 22:15
Why isn't Mono a good idea? – Giovanni Galbo Dec 10 '08 at 12:27
1  
@Giovanni - I said I do think it's a good idea! – Galwegian Dec 10 '08 at 16:13
you may want to reword your answer then, because it looks like you're saying that not using mono is a good idea. – DoctaJonez Nov 19 '10 at 11:44
feedback

Mono is the way to go in this case.

link|improve this answer
feedback

I found that going from Java to C# was very easy. Maybe you could try working with Java? Of course you'd have to learn a whole new set of libraries, so there's a learning curve, but the languages felt pretty similar as I recall (it's been a while)

link|improve this answer
feedback

You could always use Boo DSL on Mono to construct a C# clone. But then again it would probably be easier to use C# directly on Mono itself I guess ;)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.