I don't recall where I first came across this word (it's been a while), but looking it up on the internet does show that there are a few different meanings for it.  The way I am describing it (hopefully clear) has closer ties with relational database; where the fields are addressable by name and by ordinals (in a data access layer).  
<br><br><a href="http://en.wikipedia.org/wiki/Tuple#Usage_in_computer_science">http://en.wikipedia.org/wiki/Tuple#Usage_in_computer_science</a> - describes a few different tuple uses. <br><br>Perhaps you are thinking of the ordinal-only tuple, which is quite similar to a vector? 
<br><br><br><div><span class="gmail_quote">On 6/1/07, <b class="gmail_sendername">Robby Findler</b> &lt;<a href="mailto:robby@cs.uchicago.edu">robby@cs.uchicago.edu</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Where did you get the word &quot;tuple&quot; from? It doesn&#39;t seem to be<br>ML-style tuples (which is where I am used to word from).<br><br>Robby<br><br>On 6/1/07, YC &lt;<a href="mailto:yinso.chen@gmail.com">yinso.chen@gmail.com
</a>&gt; wrote:<br>&gt; IMO, Tuple is dissimilar from hash in that the fields are both named and<br>&gt; ordered (like a struct - that&#39;s why I call it an anonymous struct), where as<br>&gt; hashes have no guarantee on the order of the fields...&nbsp;&nbsp;in a way tuple is
<br>&gt; similar to alist.<br>&gt;<br>&gt; CTOR and dtor are needed for properly acquire and release external resources<br>&gt; - but this might not be the scheme way... I don&#39;t know for sure yet.<br>&gt;<br>&gt; yinso
<br>&gt;<br>&gt; On 5/31/07, Carl Eastlund &lt;<a href="mailto:cce@ccs.neu.edu">cce@ccs.neu.edu</a>&gt; wrote:<br>&gt; &gt; On 6/1/07, YC &lt;<a href="mailto:yinso.chen@gmail.com">yinso.chen@gmail.com</a>&gt; wrote:<br>&gt; &gt; &gt; Tuples differ from vectors that they are indexed both by name &amp; numbers,
<br>&gt; but<br>&gt; &gt; &gt; if struct is a named vector, in that sense it won&#39;t really be different,<br>&gt; &gt; &gt; except struct is opaque and hence better for building AST than vector<br>&gt; IMHO.<br>&gt; &gt;
<br>&gt; &gt; Ok, you want tuples with labelled fields.&nbsp;&nbsp;Now they sound more like<br>&gt; &gt; hash tables on symbols or strings.&nbsp;&nbsp;Are they anything beyond that?<br>&gt; &gt;<br>&gt; &gt; --<br>&gt; &gt; Carl Eastlund<br>
&gt; &gt;<br>&gt;<br>&gt;<br>&gt; _________________________________________________<br>&gt;&nbsp;&nbsp; For list-related administrative tasks:<br>&gt;&nbsp;&nbsp; <a href="http://list.cs.brown.edu/mailman/listinfo/plt-scheme">http://list.cs.brown.edu/mailman/listinfo/plt-scheme
</a><br>&gt;<br>&gt;<br></blockquote></div><br>