Hacker News new | ask | show | jobs
by steveklabnik 2948 days ago
> Fork works fine.

It can work but it’s quite unsafe. The standard library doesn’t make any guarantees about fork safety. The language itself doesn’t understand what fork is, and so can’t guarantee anything.