Re: Are Associative Arrays unique to Perl?

Dave Hammen <hammen@gothamcity.jsc.nasa.gov>
5 Nov 1996 23:35:56 -0500

          From comp.compilers

Related articles
[6 earlier articles]
Re: Are Associative Arrays unique to Perl? phr@netcom.com (1996-10-30)
Re: Are Associative Arrays unique to Perl? ian@five-d.com (1996-10-30)
Re: Are Associative Arrays unique to Perl? lhf@csg.uwaterloo.ca (1996-10-30)
Re: Are Associative Arrays unique to Perl? boffi@rachele.stru.polimi.it (giacomo boffi) (1996-10-30)
Re: Are Associative Arrays unique to Perl? sitaram@diac.com (1996-11-03)
Re: Are Associative Arrays unique to Perl? hbaker@netcom.com (1996-11-03)
Re: Are Associative Arrays unique to Perl? hammen@gothamcity.jsc.nasa.gov (Dave Hammen) (1996-11-05)
| List of all articles for this month |

From: Dave Hammen <hammen@gothamcity.jsc.nasa.gov>
Newsgroups: comp.lang.perl.misc,comp.lang.misc,comp.compilers
Date: 5 Nov 1996 23:35:56 -0500
Organization: LinCom Corporation
References: 96-10-145 96-11-030
Keywords: design, comment

Tcl's arrays are by their nature associative rather than
numeric. Everthing in Tcl is interpreted as a string.
$env(HOME) and $x(1) are equally valid Tcl array references
(or invalid, depending on one's perception of Tcl).


Dave Hammen / LinCom Corporation
dhammen@gothamcity.jsc.nasa.gov
[Well, heck, for that matter, you could say the same about Trac or m4. -John]
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.