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

Common Lisp is too hard.

Name: Anonymous 2007-12-04 19:06

I still can't get my head around prefix notation. I heard Scheme is easier though. Seriously, why do practitioners of Lisp-like languages claim it's so good? I honestly cannot see the big deal, it's an old, slow, awkward and overall clunky language to use.

Name: Anonymous 2007-12-05 22:28

>>14
wow, what a fail language.
here's fizzbuzz in a much cleaner language:
: d dupd mod zero? ;
100
[
 1+ 15 d [ drop "FizzBuzz" ]
 [
  3 d [ drop "Fizz" ]
  [
   5 d [ drop "Buzz" ] when
  ] if
 ] if .
] each

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