1 comment

[ 3.0 ms ] story [ 13.1 ms ] thread
I always thought binding default arguments early was a design misstep. JavaScript binds all default arguments late, for example, and as a result, default arguments are a lot easier to teach, and sometimes more concise to use. I understand they can't change it now though, so I'm very happy this got proposed.