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

This project is just someone wrote a proposal or something. Here is actually implemented pattern matching as a library https://github.com/santinic/pampy
IIRC Guido himself is planning on adding a `match` statement to Python.