bash-2.03$ gcl GCL (GNU Common Lisp) Version(2.3) Fri Mar 30 22:11:12 JST 2001 Licensed under GNU Library General Public License Contains Enhancements by W. Schelter >(compile-file "nn.lisp") Compiling nn.lisp. End of Pass 1. ;; Note: Tail-recursive call of PAIR-LIST was replaced by iteration. ;; Note: Tail-recursive call of PAIR-LIST-2 was replaced by iteration. End of Pass 2. OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3 Finished compiling nn.lisp. #"nn.o" >(load "nn.o") Loading nn.o start address -T a931000 Finished loading nn.o 28248 >(arrm 489489 10000 10000 a489m) (-81206 129617 1497) (-112319 120338 873) (-140027 170915 1662) (-296425 296722 543) (-1033 3112 39) NIL >(arr 489489 10000 10000 a489p) (122006 137869 2085) (2047 28841 366) (19871 28540 399) (8587 39824 507) (381595 452381 6714) (22985 193528 2457) (62 235 3) NIL >(arrm 489489 2000000 2000000 a489m) (-81206 129617 1497) (-112319 120338 873) (-140027 170915 1662) (-296425 296722 543) (-1033 3112 39) (-191537 586844 7359) (-259048 1718209 21777) (-136093 2112925 26808) >(ip489489 1000000000) (48412 3155516) (59332 10264436) (61516 11370268) (69601 15285977) (110188 35133020) (181636 76739572) (316057 177392411) (1305313 1491289255) (6665932 17210411036) (10739092 35192597804) (98007988 970269121900) NIL >(bye) bash-2.03$