nevalang / neva

🌊 Flow-based programming language with static types and implicit parallelism. Compiles to native code and Go
https://nevalang.org
MIT License
85 stars 7 forks source link

Remove all initialization related error handling from runtime #682

Open emil14 opened 1 week ago

emil14 commented 1 week ago

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.