shingarov / MachineArithmetic

A mathematical foundation for Smalltalk-25
MIT License
17 stars 6 forks source link

[Products] Introduce `Record` and `Cotuple` #320

Closed shingarov closed 4 months ago

shingarov commented 4 months ago

Records have typed elements but unlike Tuples elements are named.

Tuple elements are accessed by index whereas Record elements are accessed by name.