From ... Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!nntp.cs.ubc.ca!fu-berlin.de!news.dataguard.no!Norway.EU.net!news01.chello.no!not-for-mail Newsgroups: comp.lang.lisp Subject: Re: newbie: problems with strings References: <3C6A57BA.30208@fsb.hr> Mail-Copies-To: never From: Erik Naggum Message-ID: <3222592823359991@naggum.net> Organization: Naggum Software, Oslo, Norway Lines: 20 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 13 Feb 2002 12:40:21 GMT X-Complaints-To: abuse@chello.no X-Trace: news01.chello.no 1013604021 212.186.234.171 (Wed, 13 Feb 2002 13:40:21 MET) NNTP-Posting-Date: Wed, 13 Feb 2002 13:40:21 MET Xref: archiver1.google.com comp.lang.lisp:26421 * Josip Krapac | If strings are vectors of characters then why (vector #\f #\o #\o) is not | a string? Because strings are _specialized_ vectors of characters. | Are strings also simple-vectors of characters? No. | What is the difference bewteen simple-vectors and non-simple-vectors? The homogeneity of the type of the elements. In other words, a string is a vector that can _only_ store characters. /// -- In a fight against something, the fight has value, victory has none. In a fight for something, the fight is a loss, victory merely relief.