Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

/prog/ challenge #827278494627289.737

Name: Anonymous 2014-02-18 16:59

Write something, anything, useful in any dialect of Lisp.

Prize 1: Nobel Prize
Prize 2: Field's Medal
Prize 3: 3 liters of Abelson's semen

Name: Anonymous 2014-02-18 18:31

You ask the impossible

Name: Anonymous 2014-02-18 18:47

(do ((i 1 (+ i 1)))
    ((> i 100))
    (display
      (cond ((= 0 (modulo i 15)) "FizzBuzz")
            ((= 0 (modulo i 3))  "Fizz")
            ((= 0 (modulo i 5))  "Buzz")
            (else                i)))
    (newline))

Don't change these.
Name: Email:
Entire Thread Thread List