Results 153 comments of NN

Btw, the problem that Nemerle language opens tuples as function arguments. Without this feature, all Linq methods could work properly. So it is , either fix this bug or make...

There is problem. Same code does work in C# ! ``` nemerle using System; using System.Collections.Generic; module Enumerable { public Empty[T]() : IEnumerable[T] { [] } public Select[T](this x :...

If you add test and make pull request it will be the bets :)

I think your fix is good. protected internal means , either protected or internal. Actually in C# you can write either 'protected' or 'internal' or both and you don't have...

You should write enough negative tests to cover all cases. I know this is the hardest part, but it says exactly what you expect to fail.

It is possible but then you have to write $cond in while once again.

How I use it? On Tuesday, January 12, 2016, Vasily Kirichenko [email protected] wrote: > Just use Paket, it adds all needed redirects. > > — > Reply to this email...

Что-то с форматированием. Комментарии не над кодом. См. Files Changed

Снова не так с форматированием. Посмотри скажем на /// Implements Equals and related methods, using the concept of У тебя почему-то съехало и сравнение выглядит так, как-будто тут совсем другой...