1 | Tuple Space |
2 | Linda's name for its shared data space. Tuple space contains tuples. |
3 | Tuples |
4 | The fundamental data structure of tuple space. |
5 | Tuples are represented by a list of up to 16 fields, separated by commas and enclosed in parentheses. |
6 | Examples: - ('arraydata', dim1, 13, 2) - (var1, var2) |