Slides about Nemerle

bearophile bearophileHUGS at lycos.com
Mon Apr 11 05:05:48 PDT 2011


Simple slides about Nemerle language, derived from C#, so far I have never used Nemerle:
http://www.reddit.com/r/programming/comments/gnaop/nemerle_vs_c/

The things I like more are yield (page 20 and 44 of the PDF), some tuple syntax (page 51), pattern matching and algebraic types (especially page 64 and 65). (Macros too may be cool, but they are another level of complexity). It seems it uses a simple syntax for tuples, and the pattern matching syntax too looks simple.

Bye,
bearophile


More information about the Digitalmars-d mailing list