|
|
|
|
|
by pfalcon
1951 days ago
|
|
> It would make even more sense for Python not to adopt language features that can't be made to behave consistently with the language's existing syntax and semantics Current match behavior is consistent with existing syntax and semantics. And no, not adopting new features known to be generally useful across programming languages is not "better". Instead, better to continue elaborating the language even after the initial pattern matching support is added. Interested in block-level scoping in Python? Please post on the python-ideas mailing list. |
|