From ... Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!134.222.94.5!npeer.kpnqwest.net!nreader1.kpnqwest.net.POSTED!not-for-mail Newsgroups: comp.lang.lisp Subject: Re: Substring? References: <892f97d1.0108091339.3f808c98@posting.google.com> <892f97d1.0108100559.378527e7@posting.google.com> <3206456282836739@naggum.net> Mail-Copies-To: never From: Erik Naggum Message-ID: <3206827457041630@naggum.net> Organization: Naggum Software, Oslo, Norway Lines: 19 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 15 Aug 2001 01:24:18 GMT X-Complaints-To: newsmaster@Norway.EU.net X-Trace: nreader1.kpnqwest.net 997838658 193.71.66.49 (Wed, 15 Aug 2001 03:24:18 MET DST) NNTP-Posting-Date: Wed, 15 Aug 2001 03:24:18 MET DST Xref: archiver1.google.com comp.lang.lisp:14398 * Kent M Pitman > Then again, that might slow things down and it depends on how "tightly > coupled" this routine is with the knowledge that the consumer will be the > same old buffer every time as to whether you might omit it. It was an attempt to show how things could be used. My purpose was not to post a function that people should stuff in their private collection of code gems and hope that it would save them someday, which I think "something like this" would have indicated. I posted it as a function instead of these abominable patterns/idioms that people seem to like, but really, it was intended as nothing more than to demonstrate the use of displaced arrays and load-time-value to avoid consing up those arrays. > The code I offered probably isn't strong enough to work in a multi-tasking > application. I should learn to put in disclaimers like this, too. :) ///