Is there C# look-alike for Linux? What about a compiler?
+5
A:
If you don't want to use Mono (which is a good idea IMO), I think Java may be your closest alternative.
Galwegian
2008-11-25 14:12:56
Did someone hit you with a Java stick three days ago...:)
2008-11-26 22:15:09
Why isn't Mono a good idea?
Giovanni Galbo
2008-12-10 12:27:40
@Giovanni - I said I *do* think it's a good idea!
Galwegian
2008-12-10 16:13:21
+1
A:
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 ;)
Thomas Hansen
2008-11-25 14:16:28
+2
A:
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)
rotard
2008-11-25 15:35:16