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

Syntax

Name: Anonymous 2012-01-08 13:49

What programming language has the best, cleanest and most beautiful syntax?

Name: Anonymous 2012-01-08 13:56

>>3
>>2

(defun fizzbuzz ()
    (dotimes (i 100)
        (let ((c (zerop (mod i 3)))
                    (d (zerop (mod i 5))))
            (cond ((and c d) (print "FizzBuzz"))
                        (c (print "Fizz"))
                        (d (print "Buzz"))))))

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