Slashdot Mirror


User: lyren

lyren's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Use Ocaml! on Microsoft Releases C# Language Reference · · Score: 1

    Ocaml!
    It can be interpretted (e.g. Perl, Python).
    It can be byte-compiled (e.g. Java).
    It can compiled into native code (e.g. C++).
    It has garbage collection.
    It has a module system.
    It can be object-oriented.
    It's functional.
    It's type-safe.
    It has type inference.
    It's succint.
    It's sexy!