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

So what, in the future you're relying on everyone to magically start coding well?


Don't we already expect that from kernel contributors? :-P


So we're going to expect this from the entirety of userspace?


No userspace can be wrapped quite nicely:

In fact we don't really need processes, just suitable environments set up for execution of code. For example, stop a lisp definition calling eval:

   (defun no-eval-wrapper (form) 
      (let ((eval nil)) (form)))
I've not tried this btw and it'll probably only work with scheme dialects.




Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

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

Search: