Jump to content

C Sharp: Difference between revisions

From EDM2
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
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, 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#.
C Sharp is not currently available for OS/2, but a few tools that run on OS/2 can work with C#.
Line 8: Line 8:


==Publications==
==Publications==
* [[Kris Jamsa]]: ''Jamsa's C/C++/C# Programmer's Bible: 2nd edition'' - 17 January, 2002 - Delmar Cengage Learning - Paperback, 1199 pages + CD-ROM - ISBN 0766846822 - ISBN 978-0766846821 - Out of Print
* [[Kris Jamsa]]: ''Jamsa's C/C++/C# Programmer's Bible: 2nd edition'' - Delmar Cengage Learning 2002, ISBN 0766846822


==Author & publisher==
==Author & publisher==
* [[Anders Hejlsberg]] (Main developer)
*Anders Hejlsberg (Main developer)
* [[Microsoft]]
*[[Microsoft]]


[[Category:Programming Languages]]
[[Category:Programming Languages]]

Revision as of 06:16, 1 February 2017

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#.

C# related utilities and test suites

  • ANTLR - Parser generator - Runs on Java and generates C# output code.
  • Exuberant ctags - Creates index files out of C# source files - Open source - Current.

Publications

  • Kris Jamsa: Jamsa's C/C++/C# Programmer's Bible: 2nd edition - Delmar Cengage Learning 2002, ISBN 0766846822

Author & publisher