Login
Roast topics
Find topics
Find it!
From:
Fabulous adventures in coding
(Uncensored)
subscribe
Bean Machine Retrospective, part 9
https://ericlippert.com/2023/03/21/bean-machine-retrospective-part-9/
links
backlinks
Tagged with:
uncategorized
Roast topics
Find topics
Roast it!
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 →