http://qs321.pair.com?node_id=738994


in reply to Revisiting the old clichés of programming languages

What is the more costly today?

The programmer or the computer? The programmer, of course.

So, we need languages with big speed of development.

  • Comment on Re: Revisiting the old clichés of programming languages

Replies are listed 'Best First'.
Re^2: Revisiting the old clichés of programming languages
by JavaFan (Canon) on Jan 26, 2009 at 18:50 UTC
    The programmer or the computer? The programmer, of course.
    Yeah, but who cares about the computer? What is important however is the user. How long do you want to wait for a website to bring up its home page? How much stuttering do you accept from the movie player? How slow can a plane respond to a command from its pilot?
    So, we need languages with big speed of development.
    The majority of the users doesn't care one iota in which language the application is written in. And even the computer savvy don't really care for the majority of the applications they use in what language it's written. But they don't want to wait too long.
      Just a remark here : in the case of the respond of the plane,

      the speed of the development is totally secondary,

      I just want to be sure the pilot can drive the plane in total safety.

      especially if I'm IN the plane ;-)

      So it means : correctness (of algorithms) and speed (of execution)

Re^2: Revisiting the old clichés of programming languages
by moritz (Cardinal) on Jan 26, 2009 at 18:11 UTC