Re: How's dot.net doing nowadays?
- From: "Ralph" <nt_consulting64@xxxxxxxxx>
- Date: Tue, 22 Jan 2008 14:07:41 -0600
"mayayana" <mayaXXyana1a@xxxxxxxxxxxxxxxx> wrote in message
news:eCm7l4SXIHA.5340@xxxxxxxxxxxxxxxxxxxxxxx
I don't know whether other people will agree with
C gets its look because it was designed to be minimal. ...
Maybe it was designed by and for those who hadn't learned to type yet.
this, but I get the sense that there are really
different types of programmers.
On one end are
people with minds geared toward math, who
like terse programming languages, tend to write
low-level code, and who are fond of things like Perl.
(In a way that makes sense because such people
are often more at home with math as a language
than they are with human languages.) Those people
use C, C++, etc., and dream of some day being
hired to calculate mars mission rocket trajectories.
On the other end are people who like their code
more verbose for clarity's sake, and who enjoy the
challenge of programming in terms of abstract
thought rather than math. Those people tend to
relate more with the end product as used by a
human.
I think of the two as something like building engineers
and architects.
I needed to work a bit with C++ recently and
found it kind of fun. The case sensitivity and
semi-colons are for the birds, but the ease of
accessing memory addresses is a very interesting
strength after using VB.
I agree there are different types of programmers (who wouldn't? <g>)
But I disagree that "math-types" gravitate to C/C++. Historically, C/C++ has
actually had poor support for "math". If math was your objective one either
spent hours (if not weeks) with Knuth and the ACM hammering out libraries,
or pull out their wallet.
One does find numerous articles on how to select the "Best Language" etc.
But in actual practice I have found that most programmers end up with a
language primarily because it was what was at hand at the time, or what
someone was willing to pay for. BUT they will later defend to the death that
it was their own idea all along. <g>
-ralph
.
- Follow-Ups:
- Re: How's dot.net doing nowadays?
- From: dpb
- Re: How's dot.net doing nowadays?
- References:
- Re: How's dot.net doing nowadays?
- From: Schmidt
- Re: How's dot.net doing nowadays?
- From: Chris Anderson [MVP-VB]
- Re: How's dot.net doing nowadays?
- From: mayayana
- Re: How's dot.net doing nowadays?
- From: Chris Anderson [MVP-VB]
- Re: How's dot.net doing nowadays?
- From: MM
- Re: How's dot.net doing nowadays?
- From: Robert Conley
- Re: How's dot.net doing nowadays?
- From: dpb
- Re: How's dot.net doing nowadays?
- From: Robert Conley
- Re: How's dot.net doing nowadays?
- From: MM
- Re: How's dot.net doing nowadays?
- From: Ralph
- Re: How's dot.net doing nowadays?
- From: dpb
- Re: How's dot.net doing nowadays?
- From: MM
- Re: How's dot.net doing nowadays?
- From: mayayana
- Re: How's dot.net doing nowadays?
- Prev by Date: Re: Desktop Trouble. XP
- Next by Date: Re: How's dot.net doing nowadays?
- Previous by thread: Re: How's dot.net doing nowadays?
- Next by thread: Re: How's dot.net doing nowadays?
- Index(es):
Relevant Pages
|