Right. Even in GNU APL monadic lambdas consume and ignore any left argument you give them, so you could argue that it's consistent for niladic lambdas to consume and ignore both arguments.
Jay. On 7 August 2014 14:53, Elias Mårtenson <loke...@gmail.com> wrote: > And, one could argue that knowing that lambdas are always variadic is quite > consistent in itself.