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

Orc's sliceArray returns an array of type Object[] instead of the same type as the input #213

Open arthurp opened 6 years ago

arthurp commented 6 years ago

Since it has an example input array creating an output with the same time makes sense. However the difference is only visible when calling into Java or Scala with methods with real array types on their methods.