Re: How's dot.net doing nowadays?




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.

I don't know whether other people will agree with
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.



.



Relevant Pages

  • Re: Natural language programming?
    ... The computer shouldn't take care of anything that you ... You also need to realize that programming languages ... because human languages are extensible. ...
    (comp.programming)
  • Re: Hows dot.net doing nowadays?
    ... like terse programming languages, tend to write ... are often more at home with math as a language ... Well, I firmly belong in, and am comfortable with, the verbosity camp. ...
    (microsoft.public.vb.general.discussion)
  • Re: Which computer language program is best for undergrads?
    ... C and Java are both fairly good for doing math, ... and are IMO both decently good languages in general. ... But I don't really call this programming as I understand it. ... programming language to do conventional programming. ...
    (comp.programming)
  • Programming languages and math
    ... I was thinking about programming languages today and it occurred to me ... having them lead the development of computer science we got programming ... languages for math people. ...
    (comp.lang.forth)
  • Re: Ten Commandments (On Topic!)
    ... Kernighan & Pike assert that programming for personal use is one to two orders of magnitude faster than programming for someone else. ... First read in all the data, then crunch it with calls to netlib or other math packages, and finally write the results to a few files that you can view with an editor. ... Exception: make full use of fortran's variable-dimension bounds-checked arrays: these are safer, more flexible, more convenient,and more portable than arrays in other languages. ... Character and structure types are unnecessary when you stick to numerics. ...
    (comp.lang.fortran)