RosettaCodeData/Task/Integer-sequence/Common-Lisp/integer-sequence-2.lisp
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

2 lines
118 B
Common Lisp

(defun pp (x) (pp (1+ (print x))))
(funcall (compile 'pp) 1) ; it's less likely interpreted mode will eliminate tails