Hacker News new | ask | show | jobs
by clavigne 1810 days ago
Here is pattern matching as a library that is not built using statements,

https://github.com/santinic/pampy

Clearly it's possible. It's also more ergonomic than PEP 622.

1 comments

Interesting idea, though falls short of FP matching again. The syntax we actually have does a lot more.