Quote:
|
Originally Posted by redfiretruck
Ya, i've actually gotten a couple recommendations to C# xD. Dunno why O_O xD.
|
Maybe because it's a great little language?
Quote:
|
Originally Posted by redfiretruck
But ya, i'm dling it atm... I mean... C# is the microsoft language? As in, like VB, it only has the microsoft compiler right?
|
C# is actually not Microsoft-only. Some of the classes that many people use (in particular, the Windows 'forms' classes) are MS-only, barring third-party clones such as Mono. However, the language itself, although developed by MS,
is now an ECMA standard. Anyone could make a compliant C# compiler if they wanted, and C# compilers exist for more than just the MS-Windows platform.