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

Favourite programming language

Name: Anonymous 2006-04-05 19:10

Name your favourite programming language (not necessarily (but usually) the one you know the best - just the one you like best).

Tip: Java doesn't belong in this thread.

Mine is __Python__.

Name: Anonymous 2006-04-20 11:15

Wait? Who cares about speed in a scripting language? What is more productive, and more fun to maintain:

      1000.times { |i| puts \"#{i}GET\" }"

or

      for i in xrange(1000): print str(i) + "GET"

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