@amszmidt @inthehands @quephird @jrose recursion blew in my face in production, multiple times, it should have been optimised tail recursion, it should have been bounded, the stack should have been sufficient. Of course if the code had been in the right paradigm/language/universe there would have been no problem.