Y
Hacker News
new
|
ask
|
show
|
jobs
by
louis8799
2354 days ago
Do we have something similar in python, if not I am going to make one.
2 comments
L3viathan
2354 days ago
There is this:
https://github.com/grantjenks/python-pattern-matching
link
Stormwalker
2353 days ago
This project is just someone wrote a proposal or something. Here is actually implemented pattern matching as a library
https://github.com/santinic/pampy
link
pansa
2354 days ago
IIRC Guido himself is planning on adding a `match` statement to Python.
link