Hacker News new | ask | show | jobs
by goodpoint 1647 days ago
"disable all brakes" is misleading. All the basic memory safety stays, static typing is still there, non-debug assertions are still checked.

Removing debugging features is reasonable for such benchmarks, especially if comparing with languages that don't have them.

1 comments

Another poster claimed it disables bounds checks, you claim it still offers basic memory safety. That sounds like a contradiction to me.