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

Replace Orc Algebraic Data Types with a case class like construct #164

Open arthurp opened 7 years ago

arthurp commented 7 years ago

It would be possible to maintain the same syntax as current ADTs, however this would hide the real features of the underlying objects. This should be discussed. The first step of this work is to determine what features the "case classes" should have.

Notable things to think about include: