|
|
|
|
|
by properdine
1953 days ago
|
|
I am so excited for this. I love Python, but as of 2016, I was missing: 0. Pattern matching
1. Easy support for types & type-checking (thanks mypy + annotations)
2. Better string formatting (yay f-strings) And the nice part is that these are all relatively opt-in features. So excited to be able to using pattern matching as part of the language! |
|