12571. Bean Machine Retrospective, part 9 (ericlippert.com)
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 β