Name: Anonymous 2011-10-05 23:34
["Why", "do", "I", "put", "a", "coma", "after", "each", "word", "?"] -- Haskell
{"Why", "do", "I", "put", "a", "coma", "after", "each", "word", "?"} // C#
(Why do they put a coma after each word ?) ; LISP
["Why", "do", "I", "put", "a", "coma", "after", "each", "word", "?"] -- Haskell
{"Why", "do", "I", "put", "a", "coma", "after", "each", "word", "?"} // C#
(Why do they put a coma after each word ?) ; LISP
%w{Why do they put a coma after each word ?} # Ruby