orc-lang / orc

Orc programming language implementation
https://orc.csres.utexas.edu/
BSD 3-Clause "New" or "Revised" License
41 stars 3 forks source link

Remove records and replace with objects in all examples and tests #163

Open arthurp opened 7 years ago

arthurp commented 7 years ago

Currently Orc supports both objects and records. However, with simple structural types all uses of records can be replaced by objects. This would reduce the number of concepts and clean up the language.

There are some decisions to make: