VoltLang / Volta

Compiler for the Volt Programming Language
157 stars 8 forks source link

Safe int #12

Closed bubnenkoff closed 8 years ago

bubnenkoff commented 8 years ago

As I wrote before I am interesting in Volta as more high-level language then D. So I hope to see in it's by default things like safe int like http://code.dlang.org/packages/safeint

bhelyer commented 8 years ago

Interesting, I wonder if it could be generalised to have an invalid type for all types.

Wallbraker commented 8 years ago

Volt is still a system-level programming language so I don't see the need for those features directly in the language. Having features in the language that make it possible to implement those features are on the other hand.