Hacker News new | ask | show | jobs
by paulannesley 1791 days ago
> Even Unix follows this pattern for process creation! To create a new process, you clone an existing one (fork) and then delete everything inside it (exec).

I love this observation.