orc-lang / orc

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

Remove the term "Section" from the Orc ASTs #159

Open arthurp opened 7 years ago

arthurp commented 7 years ago

I used the term "section" to refer to the "block and placeholder" syntax for closures. However that term is not accurate (it's used in Haskell for something similar, but only used for operators). Once we determine a good name in the work on #158, we should update the code base to reflect that name.