Re: Are Associative Arrays unique to Perl?

ian@five-d.com (Ian Kemmish)
30 Oct 1996 13:19:49 -0500

          From comp.compilers

Related articles
Re: Are Associative Arrays unique to Perl? mjd@plover.com (1996-10-20)
Re: Are Associative Arrays unique to Perl? andy@research.canon.com.au (1996-10-24)
Re: Are Associative Arrays unique to Perl? mzenier@netcom.com (1996-10-24)
Re: Are Associative Arrays unique to Perl? leichter@smarts.com (Jerry Leichter) (1996-10-24)
Re: Are Associative Arrays unique to Perl? ok@cs.rmit.edu.au (1996-10-24)
Re: Are Associative Arrays unique to Perl? hbaker@netcom.com (1996-10-25)
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: ian@five-d.com (Ian Kemmish)
Newsgroups: comp.lang.perl.misc,comp.lang.misc,comp.compilers
Date: 30 Oct 1996 13:19:49 -0500
Organization: At home with Ian
References: <5437ev$30u@shell1.aimnet.com> <545mqn$qul@picasso.op.net> 96-10-099 96-10-109
Keywords: design, history

andy@research.canon.com.au says...
>The ICI language has a similar construct. What it calls a "struct" is
>really a dictionary object, a collection of key/value pairs that may
>be arbitrary objects. As in Lisp strings are "atomic" and have a
>unique address in the interpreter's address space (as can all
>objects). Unlike the SNOBOL array implementation ICI uses a hash table ...


And in the everyday world.... PostScript. Keys in PostScript
dictionaries can be any valid PostScript object *except* null. Even
floating point numbers, which can be fun.


============================================================================
Ian Kemmish 18 Durham Close, Biggleswade, Beds SG18 8HZ
ian@five-d.com Tel: +44 1767 601 361 Fax: +44 1767 312 006
--


Post a followup to this message

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