Hacker News new | past | comments | ask | show | jobs | submit login

Short answer: no. The focus was on always generating semantically valid programs. That said, there is a lot of work on avoiding nondeterministic or undefined behavior, like division by zero or negative square roots.

There are also a few ‘feature’ flags to enable/disable things like floating point operations in the case that it would affect results, but that never actually came up in testing, and the tests runs we did used roughly the same configurations.




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

Search: