From ... Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!newsfeed.direct.ca!look.ca!newsfeed.icl.net!newsfeed.esat.net!nslave.kpnqwest.net!nloc2.kpnqwest.net!nloc.kpnqwest.net!nmaster.kpnqwest.net!nreader1.kpnqwest.net.POSTED!not-for-mail Newsgroups: comp.lang.lisp Subject: Re: How to split a string (or arbitrary sequence) at each occurrence of a value. References: <873d4pjlwy.fsf@inanna.rimspace.net> <9q70d5$3q4$0@216.39.145.192> <3211917326833236@naggum.net> <3BC7A2FB.98EFAC69@nyc.rr.com> <3211954062966885@naggum.net> <86r8s7dd4a.fsf@coulee.tdb.com> Mail-Copies-To: never From: Erik Naggum Message-ID: <3211962033165365@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: Sat, 13 Oct 2001 11:40:35 GMT X-Complaints-To: newsmaster@Norway.EU.net X-Trace: nreader1.kpnqwest.net 1002973235 193.71.66.49 (Sat, 13 Oct 2001 13:40:35 MET DST) NNTP-Posting-Date: Sat, 13 Oct 2001 13:40:35 MET DST Xref: archiver1.google.com comp.lang.lisp:17762 * Russell Senior | I think I might have been the one to call it split-sequence. Yes. Thank you for the correction and clarification. | When the Christophe Rhodes "split-sequence/partition" thread started back | in June/July, I wasn't paying very much attention and so I didn't | participate. It looked to me like nobody really liked "partition" and the consensus was clearly on "split-sequence". The name "partition" was just handed to us as something to accept despite the strong opposition. However, I have not found the discussion behind this comment in "partition.lisp": ;;; * naming the function PARTITION rather than SPLIT. I wonder how this change was chosen. Where can I find the discussion? ///