Is there C# look-alike for Linux? What about a compiler?
|
feedback
|
|
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. | ||||
|
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 | |||
|
feedback
|
|
If you don't want to use Mono, I think Java may be your closest alternative. | |||||||||||||
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) | |||
|
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 ;) | |||
|
feedback
|