nevalang/neva

Remove all initialization related error handling from runtime

emil14 opened this issue · 0 comments

Our policy is that if program crashes at runtime it's a bug in compiler. It's weird that we check things like "is this port exists"? Let it crash, let it panic. It's faster, it's simpler.