Why Nostr? What is Njump?
2023-11-09 04:07:17
in reply to

screwtape on Nostr: npub1jw4gj…f99y9 I see your haskell and raise you the common lisp loop facility ...

I see your haskell and raise you the common lisp loop facility
(loop for n from 1 to 100
for fizzes = (loop for x below 100 by 3 collect x)
then (or (member n fizzes) fizzes)
for buzzes = (loop for x below 100 by 5 collect x)
then (or (member n buzzes) buzzes)
for fizzp = (equal n (car fizzes))
for buzzp = (equal n (car buzzes))
when fizzp do (princ 'fizz)
when buzzp do (princ 'buzz)
do (terpri))

;; OK OK HEAR ME OUT

;; come on
Author Public Key
npub1n6w9sqrgjr37x83sdcs9rrerd9jlrk8wjajqzawhftacsa5603xs8krzel