Scheme, 12 bytes
A tail-recursive infinite loop seems most appropriate for scheme :-)
(let l()(l))
even though (do(())()) (the CL variant of which is due to @JoshuaTaylor @JoshuaTaylor) would be 2 bytes shorter.
Scheme, 12 bytes
A tail-recursive infinite loop seems most appropriate for scheme :-)
(let l()(l))
even though (do(())()) (the CL variant of which is due to @JoshuaTaylor) would be 2 bytes shorter.
Scheme, 12 bytes
A tail-recursive infinite loop seems most appropriate for scheme :-)
(let l()(l))
even though (do(())()) (the CL variant of which is due to @JoshuaTaylor) would be 2 bytes shorter.
Scheme, 12 bytes
A tail-recursive infinite loop seems most appropriate for scheme :-)
(let l()(l))
even though (do(())()) (the CL variant of which is due to @JoshuaTaylor) would be 2 bytes shorter.