0 Members and 1 Guest are viewing this topic.
In some ways C# is useless, its not a cross platform language, it has run time enviroment but no virtual machine, so its in the same category as VB, the only upside is that C# is more like C++ then VB, so you can use C# to proto type stuff.As you can't do so many things wrong whit C# it is relatively easy to learn language.Down side to C# is that if you can't type #ifdef and stuff like that.Another downside C# depends on Microsoft class libraries.Java has virtual machine, bit like running a emulator, should work every where provided all the Java classes are supported by OS, but they are not on AmigaOS so it more or less useless.Besides Java is slow because its not native (not the language and not the VM).