RosettaCodeData/Task/Integer-sequence/Common-Lisp/integer-sequence-2.lisp

3 lines
118 B
Common Lisp
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
(defun pp (x) (pp (1+ (print x))))
(funcall (compile 'pp) 1) ; it's less likely interpreted mode will eliminate tails