2024-11-22 screwtape ┃ 1#️ 1👤 1💬 ┃ RE: screwtape
@ksaj
Oh, I see, it doesn't work. I was treating catenate as though it had been #Mlist .
2024-11-22 screwtape ┃ edited ┃ 2#️ 1👤 ┃ RE: screwtape
@ksaj
(defun lazy-hax0r-p (x)
(let* ((7s (scan-range :from 7 :by 7))
[…]
2024-11-17 screwtape ┃ 2#️ 1👤 ┃ RE: screwtape
@fosskers
(defun eg (x)
(let* ((nos (scan-range))
[…]
I cannot say this is the easiest thing I have ever written. #lisp
(defun fizzbuzz-of (x)
(let* ((nos (scan-range))
[…]
────
────