Search Results

3
votes

What language does these things the best?

I'd say Perl, Java, or Python, but it really depends what you are doing with it. PHP is more for web stuff, as is Javascript, which is great, if that is what you are planning to do. I would …
4
votes

Is Java incomplete?

Yeah, some parts of the Java API are lacking. I don't see this as a problem. Plenty of great third-party APIs exist, which allows the best of the best to bubble to the top. The good stuff b …
1
vote

What should I consider when selecting a language?

It obviously depends on the project, and the developers working on it. What are your developers more familiar with? Licensing/pricing/support for software stack. Exi …
0
votes

Truly multi-lingual programming languages?

What about languages like APL and J …
3
votes

Which keyword of your language would you like to get rid of?

I'd eliminate goto from Java. Or make it actually do something. …
0
votes

Tips for grokking declarative programming languages?

I took a class in college (Programming Languages). It pretty much felt like I was repeatedly slamming my head against a brick wall, but about 3/4 of the way through the class, I realized the wall w …
1
vote

Should a developer know perfectly one language or know fairly well multiple languages?

You should strive to be a jack of all trades, and master of one or two. Learn a couple of languages well (preferrably fairly different languages, like Java and Python or PHP), and have a gr …