Results 153 comments of NN

I want something like this F(? -> ?) : void; meaning any functional type.

Not sure I understand. Can you provide some code sample?

I don't think it is a good idea here. default for value types fills data with zero and this is .NET behavior. You can introduce a different macro which does...

https://github.com/rsdn/nemerle/issues/537 I think it is related to this bug. Maybe it is needed to do special handling for attributes. Also I didn't fix choosing method , it is not hard...

What is the purpose ? Perhaps better to use GitHub CI for building Nemerle ?

Seems compiler doesn't support quotes for type statement. You can use , rather than 'dyn'.

The problem that compiler doesn't support this kind of quote , you can teach compiler to support it :)