Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Erlang disallows shared memory in favour of per-process gc. Whether or not this is a good tradeoff in general is debatable but it is what makes the gc acceptable in soft-realtime environments. Go makes a different set of tradeoffs (shared mutable memory, whole process gc, no hot code reloading) which place it in a different niche to erlang.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: