Hacker News new | ask | show | jobs
by nwellnhof 2412 days ago
Tail call optimization wouldn't help with parsing JSON.
1 comments

Usually the solution is to create an array on the heap and manage the stack yourself.