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

Add structural types for objects #167

Open arthurp opened 7 years ago

arthurp commented 7 years ago

This feature will be fairly important for replacing record types. IT should not be overly hard to implement; in fact, parts of the existing record type checker may be reusable.