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

It depends what your program is for. Some programs need guarantees because of bounded resources, so you may want resource allocation to be a visible effect (like embedded systems), or because you're running potentially untrusted code (like JS or WASM in a browser), or because you want sane failure handling (like running modules in a web server).


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

Search: