Hacker News new | ask | show | jobs
by withoutboats3 865 days ago
You need stackful coroutines or continuations (which become really just a kind of growable stack) if you want recursive functions. This is a limitation of Rust’s design.