Hacker News new | ask | show | jobs
by arethuza 872 days ago
"branches into additional simulations"

Sounds like someone has worked out how to call fork() - I hope it is implemented using Copy-on-Write!

1 comments

I would wager it's actually all implemented with immutable data structures; maybe with some advanced version of zippers [0].

[0] https://en.wikipedia.org/wiki/Zipper_%28data_structure%29