Entomy / Ada-Improvements

Repository of Ada language improvement ideas
GNU General Public License v3.0
4 stars 0 forks source link

Attribute syntax #1

Open Entomy opened 5 years ago

Entomy commented 5 years ago

Ada does:

Type'Attribute(Object)

It should be:

Object'Attribute

Rationale: A good type inference system can tell what the type is based on the object, and then call the correct function as appropriate