Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Modula-3 FTW! (Score 1) 492

Agreed. There are many corporate shops who have long-running codebases written in Delphi that works just fine.

I once had an offer for some temporary contracting on a project at a company close to here. I looked at Delphi and declined the job. Nothing wrong with Delphi, I was just not used to the tools and felt they would have better value for money with an experienced Delphi programmer.

Delphi and C++ (and LISP and Ruby and Java and Python) are good for different things. Sure, there is a lot of overlap but I would not write an FFT in LISP anymore than I would write a website backend in Assembler.

Comment What setup? (Score 1) 223

Premiere Pro and FCP on MACOS/X

And the OSS freaks forgot about things like Motion, After Effects, Logic Pro (and a very large community of audio and synth plugins) that goes with media production. Video editing is just the tip of the iceberg.

If I want a Unix box I will just use one. What is this zeal to Linuxify everything? Mac is very good at Media editing. And it IS a Unix box, and yes, I do spend most of my life on a command line.

Comment Re:The Dangers of the World (Score 1) 784

Where the hell do you people live? I live in Germany (in a medium sized town). The local kids all walk around, ride around and they as 10-12 years old. No one cares. My kid is 5. She can't walk to kindergarten, but the kids that are 6 walk there. In a group of 2. Alone. Over a major road at that. A mile. Up a hill. In winter. No-one cares.

Comment Re:The Dangers of the World (Score 1) 784

"the mother said she does not want the child and the father supports her".

My wife is a obstretician, we have had 2 children, I was at both births and one thing your hear from her, her colloeagues and the midwife is "Never listen to anything a woman says while she is in labor". I can attest to this :)

Comment Re:Fine! (Score 2) 420

If you like wordstar, install joe on Linux. It has the same commands. Which is why, after 30 years, I am still using it to edit things when I am in a command shell. I hate Unix machines where only vi is installed. joe forever!

On my Desktop I do use sublime text and sometimes TextMate

Comment The language is not relevant (Score 1) 211

The API is. By faaaaaaaaaar the most work is going to be to learn all the NS_xxx classes and how you write and plug together an IOS app. The language on which this is built is small in comparison. The libraries and APIs and things that you manipulate is where the action is.

Same goes for Java. the Java APIs are waay more work than Java, the language. If you learn Groovy or Clujure, which both run on the Java platform, you still need to learn the APIs or you won't achieve much.

And so on for Ruby and any other language.

That said, I would shoot for Swift if I was a beginnner.

Comment Re:Python (Score 1) 291

No, Java was very heavily influenced by RoR. Before DHH said "Screw Java" J2EE was a seriously bad, complex mess. After lots of people went to RoR because it is such a PITA to write J2Ee (I was one) a lot of simplyfying went into J2EE which improved it.

Slashdot Top Deals

Anyone can make an omelet with eggs. The trick is to make one with none.

Working...