A lot of # (Sharp)
While reading C# at Wikipedia http://en.wikipedia.org/wiki/C_Sharp , di bawahnya ada External link, ada box .NET Framework (Microsoft).
Dalam box itu ada beberapa reference ke link seputar technology Microsoft dikategorikan masing-masing. Saya perhatikan di bagian language dan other language...
Ada beberapa programming language yg asing (blm pernah saya dengar seperti Cω (C Omega), A#, IronLISP, L#, Nemerle, P#, Scala) etc.
Mungkin kebanyakan dari kita biasa tau ada C#, ternyata selain itu juga ada # lain, ada yg dari Microsoft, ada juga yg bukan.
- 1. A# -> "Ada" yg di #-kan. Hehe
A# is a port of the Ada programming language to the Microsoft .NET Platform. A# is freely distributed by the Department of Computer Science at the United States Air Force Academy as a service to the Ada community under the terms of the GNU general public license. (http://en.wikipedia.org/wiki/A_Sharp_%28.NET%29)
- 2. L# -> "LISP" yg di #-kan.
L# .NET is a Lisp-based scripting language for .NET. It uses a Lisp dialect similar to Arc but tightly integrates with the .NET Framework which provides a rich set of libraries.
L Sharp is Free Software distributed under the terms of the GNU General Public License.
(http://en.wikipedia.org/wiki/L_Sharp)
- 3. P# -> "Prolog" yg di #-kan
P# is a Prolog (logic programming language) interpreter written for the Common Language Infrastructure.
(http://en.wikipedia.org/wiki/P_sharp)
- 4. F# -> Functional Programming language yg biasa dipake sama MSR (microsoft researcher)
F# (pronounced F sharp) is a functional and object oriented programming language for the Microsoft .NET platform. A strength of F# is its setting within .NET. A key design aim is seamless .NET interoperability, both via direct use of .NET APIs from F# and authorship of natural .NET components in F#.
(http://en.wikipedia.org/wiki/F_Sharp_programming_language)
Di sisi lain, dulu pertama ada language yg namanya C, kemudian ada C++, trus C#, ternyata sekarang juga ada Cω (Bacanya C-Omega) (http://en.wikipedia.org/wiki/C%CF%89)
Maybe selain itu masih banyak language yg aneh2 yg masih blm kita tau.