fubark / cyber

Fast and concurrent scripting.
https://cyberscript.dev
MIT License
1.18k stars 40 forks source link

Language-level construct(s) and/or API to follow the bounded integer mantra #30

Closed dumblob closed 1 year ago

dumblob commented 1 year ago

Imagine https://github.com/davidstone/bounded-integer but built right into the language. That would make Cyber stand out.

fubark commented 1 year ago

This is adding complexity for too little gain. This might make sense for a systems language though!