From: utzoo!decvax!decwrl!sun!megatest!p500vax:pat Newsgroups: net.lang.lisp Title: Franz Bugs Article-I.D.: p500vax.175 Posted: Fri Mar 11 20:30:38 1983 Received: Sun Mar 13 08:18:15 1983 In one day of Franz Lisp hackery I've come up with the following bugs: The claim that caar/cddr style strings of any length are supported is false. Actually only cadr caar cddr caddr cdddr cadddr cddddr caddddr work. The others address illegel memory and core dump. The offending code is a large if statement in getatom(). Probably it can be simply removed. sort doesn't work, produces garbage. The bubble sort in the lisp library does work. I haven't tried the Lisp quicksort in the library. I hope that future work doesn't proceed similarly.