Re: Are Associative Arrays unique to Perl?

phr@netcom.com (Paul Rubin)
30 Oct 1996 13:18:06 -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: phr@netcom.com (Paul Rubin)
Newsgroups: comp.lang.perl.misc,comp.lang.misc,comp.compilers
Date: 30 Oct 1996 13:18:06 -0500
Organization: NETCOM On-line Communication Services (408 261-4700 guest)
References: <5437ev$30u@shell1.aimnet.com> <545mqn$qul@picasso.op.net> 96-10-099
Keywords: design, history

>Sorry to keep blabbing about this; it's off-topic for most of these
>groups. But it's so interesting I can't shut up. The implementation
>notes for SNOBOL4, version 3, say that associative arrays are *not*
>implemented as hash tables, as you might expect they would be.
>[they were an array of pairs of pointers to hashed strings]


SPITBOL, a fast implementation of Snobol4 for the S/360, implemented
associative arrays as hash tables. There was very little difference
except Spitbol was a lot faster than BTL SNOBOL4.


--


Post a followup to this message

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