Linked by Takuya Murata on Tue 18th May 2004 06:26 UTC
General Development My physics teacher likes to say that physics like to make problems they face look like ones that they know how to solve. A simple harmonic oscillation was one he frequently used in class, as is presumably the case in physics in general.
Permalink for comment
To read all comments associated with this story, please click here.
@Ellootre: Right Tool for the Job
by Inglorion on Tue 18th May 2004 09:06 UTC

Amen.

I see so many projects use C "because it's fast", but actually because people don't know anything else. And let's be honest: C is primitive, which is fine for certain areas of system development, but for applications you would rather have something more high-level that did provide automagic memory management, for example. Oh, and all those buffer overflows that we get to suffer from would not be such a problem if we used a decent standard library that provided safe functions...