Slides about Nemerle

Piotr Szturmaj bncrbme at jadamspam.pl
Mon Apr 11 05:11:20 PDT 2011


bearophile wrote:
> 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

C# has yield since version 2.0:

http://www.c-sharpcorner.com/UploadFile/rmcochran/yieldreturn04022006113850AM/yieldreturn.aspx


More information about the Digitalmars-d mailing list