[net.lang.lisp] Franz Bugs

p500vax:pat (03/12/83)

	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.