Re: What is C suitable for nowadays?
"Richard Heathfield" <rjh@see.sig.in validwrote in message
Except there are too many languages doing similar things. People mentioned
Oberon and Python, for instance.
I use Perl for trivial scripts to drive my C programs, rather than hardcode
all the directory paths. The other day I had to ask my friend what
"continue" was in Perl. It turns out it is "next". Just a little detail, but
the sort of niggling inefficiency that means that nothing ever gets done in
time.
--
Free games and programming goodies.
"Richard Heathfield" <rjh@see.sig.in validwrote in message
>
>
Excellent idea. You may discover a new favourite, a language you like
better than C. And if not, at least you may learn some insights which
will inform your C programming. So you can't lose.
>
>I am just considering learning others.
Excellent idea. You may discover a new favourite, a language you like
better than C. And if not, at least you may learn some insights which
will inform your C programming. So you can't lose.
>
Oberon and Python, for instance.
I use Perl for trivial scripts to drive my C programs, rather than hardcode
all the directory paths. The other day I had to ask my friend what
"continue" was in Perl. It turns out it is "next". Just a little detail, but
the sort of niggling inefficiency that means that nothing ever gets done in
time.
--
Free games and programming goodies.
Comment