[nem-en] Expression problem, expressiveness of Nemerle generics

Kamil Skalski kamil.skalski at gmail.com
Thu May 10 23:49:42 CEST 2007


>
> Does Nemerle simply expose the underlying generics of .NET, or does it

Yes, we directly expose the .NET generics as they are. The only
difference with respect to C# is allowing co/contra-variants in the
language, since .NET runtime supports it, but C# does not.

> augment them? In particular, overly-restrictive generic constraints are
> the root of the problem I encountered with the C# implementation, and
> I'm wondering whether a Nemerle implementation might be safer (at least
> for Nemerle users).

I will give you some comment after I read the provided links :)

>
> Sandro
>
> [1] http://lambda-the-ultimate.org/node/2232
> [2] http://higherlogics.blogspot.com/2007/05/gexl-lives.html
>
> _______________________________________________
> https://nemerle.org/mailman/listinfo/devel-en
>


-- 
Kamil Skalski
http://nazgul.omega.pl



More information about the devel-en mailing list