C Sharp
Appearance
C Sharp, more commonly known as just C# is a programming language developed by Microsoft, it is in many ways strongly reminiscent of Java and was originally developed as an answer to that language but they share amongst other things the use of C style syntax (curly braces etc) while the language structure is more related to the Wirthian languages, C# being more strongly Oberon influenced than Java is. They are both interpreted languages with built in memory management that make use of JIT compilation to achieve speeds that are close to rivalling the sort of speeds you get from compiled languages.
C Sharp is not currently available for OS/2, but a few tools that run on OS/2 can work with C#.
- ANTLR - Parser generator - Runs on Java and generates C# output code.
- Exuberant ctags - Creates index files out of C# source files - Open source - Current.
Author & publisher
- Anders Hejlsberg (Main developer)
- Microsoft