5 ms·
I agree. For me the automatic "pulling" of local variables from the context feels like "magic", and I think that's an undesirable property for a programming lan
by masida 11y ago
I agree. For me the automatic "pulling" of local variables from the context feels like "magic", and I think that's an undesirable property for a programming language. Of course, PEP498 has the same issue.
- kerkeslager 11y ago> For me the automatic "pulling" of local variables from the context feels like "magic", and I think that's an undesirable property for a programming language. Sounds like "Explicit is better than implicit" from the Tao of Python.