On Thursday, 24 January 2013 at 18:35:08 UTC, mist wrote:
Yes, I am able to use parens, but in _my_ code I also do not need -property or anything - I am C++ programmer after all, I can discipline myself to certain code style even without compiler help. But writing generic code and reading one of others... I am glad I have not had to do any high-order function generic processing yet.

I always create dumb lambda to do so as going fully functional is too painful map!(a => foo(a)) instead of map!foo . That is really annoying.

Reply via email to