Hacker News new | ask | show | jobs
by yeputons 1024 days ago
It should. Everything is copied and by-value, there are no references/pointers or even closures, cycles are impossible. Think Pascal that has garbage collection for strings and dynamic arrays.