Bean Machine Retrospective, part 9

1 · Eric Lippert · March 21, 2023, 6:38 p.m.
I wanted to implement concise “pattern matching” in Python, a language which unlike C#, F#, Scala, and so on, does not have any pattern matching built in. Logically a pattern is just a predicate: a function which takes a value … Continue reading →...