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

3 lines
118 B
Common Lisp
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(defun pp (x) (pp (1+ (print x))))
(funcall (compile 'pp) 1) ; it's less likely interpreted mode will eliminate tails