Hacker News new | past | comments | ask | show | jobs | submit login

This isn't true if your language does tail-call optimization[0].

> I consider it to be a security risk.

Again, non-issue if your language handles recursion properly (and in some languages like Haskell, "blowing the stack" is not a thing that happens).

[0] https://en.wikipedia.org/wiki/Tail_call#Implementation_metho...




I believe he's more concerned about issues where tail-calls aren't possible or attractive.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: