Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Java (Score 1) 407

Errm, I probably would say Java IS the Swiss army knife of programming languages. Jack of all trades, but master of none. Java might not give you the best result, but it will probably give you less aggravation getting there than most anything else, simply because it is easy to get working and running everywhere, there are a ton of libraries existing, and the compile and link model is simply easier to work with.

Comment Re:C++ important on Apple too (Score 1) 407

Err, well you've got to write the core code in _something_, and why not Objective-C? You can compile it for any platform you like, and I'm a big proponent of sticking to one programming language for everything. You lose a lot by shifting between paradigms and being unable to pass objects around between different layers. Most likely Apple's iTunes for Windows is written in Objective-C and it works for them. Objective-C is a pretty thin layer around C, and at least in the old days, just preprocessed it into C, so it isn't inherently less portable than C.

Comment Re:C++ is the only logically option (Score 1) 407

That's a little bit prejudiced. There's absolutely nothing wrong with using Objective-C for general purpose programming. Whether it has enough to offer to make it one's first choice is another thing, but its perfectly serviceable, and in so far as being object oriented, is a decent platform for object development.

Comment Re:A programmer arrested for © infringement? (Score 1) 188

Pretty much everyone knows dealing drugs is illegal. But when you've got drop box, youtube, and everyone else allowing everyone to upload stuff to their sites, how are you supposed to know it is criminal? Even more so when all you are doing is writing code, not making value judgments on what is going to be uploaded with it.

Slashdot Top Deals

The best way to accelerate a Macintoy is at 9.8 meters per second per second.

Working...