From ... From: Erik Naggum Subject: Re: Servlets in CL Date: 2000/05/17 Message-ID: <3167553140424200@naggum.no>#1/1 X-Deja-AN: 624491898 References: <6q8ihss63u8jscduf59824nmvsukb01h6j@4ax.com> <39202C7F.430011C4@redfernlane.org> <9n22issv20b1jhnqpcvn2al3oil1ona5uj@4ax.com> <39216DFA.7A970BA@redfernlane.org> <8fs47m$ncu$0@216.39.145.192> <3921C3B3.DCBA2961@redfernlane.org> <3921DD20.A968D8BE@redfernlane.org> <39220B4E.DF0B5094@redfernlane.org> <392284FA.722FBF3B@pindar.com> mail-copies-to: never Content-Type: text/plain; charset=us-ascii X-Complaints-To: newsmaster@eunet.no X-Trace: oslo-nntp.eunet.no 958564343 19151 195.0.192.66 (17 May 2000 11:52:23 GMT) Organization: Naggum Software; vox: +47 8800 8879; fax: +47 8800 8601; http://www.naggum.no User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.6 Mime-Version: 1.0 NNTP-Posting-Date: 17 May 2000 11:52:23 GMT Newsgroups: comp.lang.lisp * Rainer Joswig wrote: | Hey, they even now are using hierarchical packages. Seems like they | are going to have a Lisp dialect of there own. * William Deakin | Being hard of thinking: what is up with this? It's Rainer Joswig having a personal gripe with Franz Inc, but he isn't honest enough to come out and state his real issue. From what I have seen in the past, there isn't _anything_ Franz Inc can do to appease him, either, so an informed choice is to ignore his noise. | Unless this breaks existing code (which I assume it doesn't) and is | not enforced in such a way that have rather than choose to use | hierarchical packages (which again is another assumption, a | something I would probably choose not to use because of portability | issues)... If you call find-package (or cause it to be called) with a string designator that starts with a dot, there is no package so named, the current package contains a dot in its name, there is a package with the same name up to the dot and the string you gave find-package from the dot, you will not get nil, but that package. I'm sure this affects _some_ existing code. Hierarchical packages have been added to aid in portability. It's probably more an attempt to cater to the Java crowd, however. I'm not sure what this will buy the Lisp community, but this is one of the most innocuous changes I have seen anyone suggest. #:Erik -- If this is not what you expected, please alter your expectations.