CSharp
From APIDesign
(Difference between revisions)
Line 1: | Line 1: | ||
[[Microsoft]]'s copy of [[Java]]. As a [[Blogs:JaroslavTulach:Theory:History of Programming Languages|brief, incomplete and wrong history of languages]] puts it: | [[Microsoft]]'s copy of [[Java]]. As a [[Blogs:JaroslavTulach:Theory:History of Programming Languages|brief, incomplete and wrong history of languages]] puts it: | ||
- | In 2001 Anders Hejlsberg invents C#. C# is a relatively verbose, garbage collected, class based, statically typed, single dispatch, object oriented language with single implementation inheritance and multiple interface inheritance. Microsoft loudly heralds C#'s novelty. | + | In 2001 Anders Hejlsberg invents C#. C# is a relatively verbose, [[Garbage Collection|garbage collected]], class based, statically typed, single dispatch, object oriented language with single implementation inheritance and multiple interface inheritance. Microsoft loudly heralds C#'s novelty. |
Just like the term [[Java]] is often (incorrectly) used as a synonym for [[JVM]], C# is often (incorrectly) used as a synonym for [[wikipedia::.NET|.NET]] framework. | Just like the term [[Java]] is often (incorrectly) used as a synonym for [[JVM]], C# is often (incorrectly) used as a synonym for [[wikipedia::.NET|.NET]] framework. | ||
See [[genetics]] for more opinions. | See [[genetics]] for more opinions. |
Current revision
Microsoft's copy of Java. As a brief, incomplete and wrong history of languages puts it:
In 2001 Anders Hejlsberg invents C#. C# is a relatively verbose, garbage collected, class based, statically typed, single dispatch, object oriented language with single implementation inheritance and multiple interface inheritance. Microsoft loudly heralds C#'s novelty.
Just like the term Java is often (incorrectly) used as a synonym for JVM, C# is often (incorrectly) used as a synonym for .NET framework.
See genetics for more opinions.