s-code.lisp:
o Add an optimizer for SERIES and update appropriately for the normal path and the optimized path. This is needed so that (series t nil) returns #z(t nil t nil ...) instead of #z(list t nil list t nil ...) s-test.lisp: o Add two tests for SERIES. The tests need some work, but are based on the errors reported by Szymon 'tichy' on comp.lang.lisp on Jul 7, 2007.
Loading
Please sign in to comment