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

document mutable Arrays in user guide #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Quoting Jay: 
> I am looking at Section 2.2.4, labeled "Arrays",
> in the user guide which talks only about IArray.
> There is no mention of Array or fillArray. And
> no discussion about mutable and immutable
> entries.

Expand the section on Arrays to cover both immutable (IArray) and mutable
(Array) arrays. The section may need to be moved after Mutable storage or
split into two parts.

Original issue reported on code.google.com by adrianqu...@gmail.com on 22 Apr 2009 at 10:53

GoogleCodeExporter commented 9 years ago
While working on this it makes sense to also document multi-dimensional arrays, 
as
exemplified in
http://orc.csres.utexas.edu/userguide/html/ch02s03.html#methodology.examples.hyg
enic

Original comment by adrianqu...@gmail.com on 24 Apr 2009 at 6:36

GoogleCodeExporter commented 9 years ago

Original comment by dkitc...@gmail.com on 19 Feb 2010 at 5:04

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1575.

Original comment by dkitc...@gmail.com on 2 Mar 2010 at 9:19