Hacker News new | ask | show | jobs
by theoh 2530 days ago
Just the other day someone posted something here about defunctionalizing continuations. That's the way to go: whatever amount of state the server has to hold, you have to hold anyway, and clever defunctionalization will let you just hold that amount even with a continuation-based approach.