Login
From:
Tamir Bahar
(Uncensored)
subscribe
A Functional-Style State Machine in C++ | Tamir Bahar
https://tamir.dev/posts/a-functional-style-state-machine-in-cpp/
links
backlinks
Roast topics
Find topics
Find it!
It turns out that C++'s type-system does not allow for recursive types. This is annoying. There is no reason why a function should not be able to return itself.