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

Is SICP actually a good book?

Name: Anonymous 2014-03-27 3:05

Or are you being ironic?

Name: Anonymous 2014-03-28 13:15

>>14
LISP
(define (expert x)
  (and (bold x)
       (italic x)
       (underline x)
       (overline x)))

(display (expert "Is this Satori?"))


Haskell
main :: IO ()
main = putStrLn . expert $ "Is this Satori?"
  where expert = bold . italic . underline . overline

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