Tagged Questions
3
votes
5answers
345 views
Are programs in functional languages more likely to have stack overflows?
I am starting to learn ocaml, and am really appreciating the power of recursion in the language. However, one thing that I am worried about is stack overflows.
If ocaml uses the stack for function ...