|
|
|
|
|
by skybrian
691 days ago
|
|
I think people do understand the basics of static type systems, but disagree about which types are essential in a "system language" (whatever that is). An integer range is a very basic type, too, conceptually, but many languages don't support them in the type system. You get an unsigned int type if you're lucky. |
|
Not really, its semantics get hairy almost instantly. Eg does it incrementing it produce a new range?