vote up 5 vote down star

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

flag

7 Answers

vote up 8 vote down check

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|flag
vote up 2 vote down

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|flag
vote up 3 vote down

Mono is the way to go in this case.

link|flag
vote up 1 vote down

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|flag
vote up 4 vote down

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|flag
vote up 5 vote down

If you don't want to use Mono (which is a good idea IMO), I think Java may be your closest alternative.

link|flag
Did someone hit you with a Java stick three days ago...:) – paul.richardson Nov 26 '08 at 22:15
Why isn't Mono a good idea? – Giovanni Galbo Dec 10 '08 at 12:27
@Giovanni - I said I do think it's a good idea! – Galwegian Dec 10 '08 at 16:13
vote up 47 vote down

You could actually use C# with Mono.

link|flag

Your Answer

Get an OpenID
or

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