Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uwm.edu!zaphod.mps.ohio-state.edu!usc!apple!rutgers!mcnc!uvaarpa!mmdf From: worley@compass.com (Dale Worley) Newsgroups: comp.lang.perl Subject: Snobol Message-ID: <1990Jun1.151149.4248@uvaarpa.Virginia.EDU> Date: 1 Jun 90 15:11:49 GMT Sender: mmdf@uvaarpa.Virginia.EDU (Uvaarpa Mail System) Reply-To: worley@compass.com Organization: The Internet Lines: 12 From: gudeman@cs.arizona.edu (David Gudeman) There might be a slight performance penalty associated with the way SNOBOL4 stores strings, they are all kept in a symbol table... That isn't really true. In Snobol 3, all strings were kept in the symbol table, but while some Snobol 4 implementations (the macro implementation) did that, others (Spitbol) only put strings used as variable names in the symbol table. Dale