Author Topic: Setekh's Annoying Java Project  (Read 1574 times)

0 Members and 1 Guest are viewing this topic.

Offline mikhael

  • Back to skool
  • 211
  • Fnord!
    • http://www.google.com/search?q=404error.com
Setekh's Annoying Java Project
Oh no. You definately don't want to try to learn the two at the same time. Just look out, if you do decide to learn python, white space is semantically signifigant. Its no big deal if you're consistent with your indent style, but it can bite you on the ass if you're not careful.

Of course, the exception trace you get from python is pretty damned helpful when it comes to finding errors like that. :D
[I am not really here. This post is entirely a figment of your imagination.]

 

Offline Setekh

  • Jar of Clay
  • 215
    • Hard Light Productions
Setekh's Annoying Java Project
My brother officially says of Python and Perl: "If you've already started, learn Perl and use it for 6 months. Then move onto Python and never look back - everything you want to do in Perl you can do in Python, and there are less semantic traps you can fall into." ;)
- Eddie Kent Woo, Setekh, Steak (of Steaks), AWACS. Seriously, just pick one.
HARD LIGHT PRODUCTIONS, now V3.0. Bringing Modders Together since January 2001.
THE HARD LIGHT ARRAY. Always makes you say wow.

 

Offline mikhael

  • Back to skool
  • 211
  • Fnord!
    • http://www.google.com/search?q=404error.com
Setekh's Annoying Java Project
There's one thing Perl has over python: regular expressions. The Perl regex mechanism is one of the finest I've ever seen and far easier than the Python mechanism.

I liked a quote a read somewhere about Python v. Perl: If Python is executable psuedocode, Perl is executable line noise... :D
[I am not really here. This post is entirely a figment of your imagination.]