chipotle: (Default)
[personal profile] chipotle

On Slashdot, someone wrote, "I would feel pretty stupid actually reading a QBASIC book in 2003. Modern programming languages are easier to learn than QBASIC." To which the reply was:

By what reckoning? They turn this:

PRINT A +  B

into this:

am = new math.ArithmeticManager();
opA = new math.Operand((float) a);
opB = new math.Operand((float) b);
am.addOperand(opA);
am.addOperand(opB);
am.operator = new math.operators.Addition();
am.executeMathOperation();
system.io.output.print(am.mathOperationResult());

You know, he has a point.

Date: 2003-06-22 08:35 (UTC)
From: [identity profile] mcgroarty.livejournal.com
You should see what comes out of the current crop of CS graduates, who haven't touched anything but overtemplated Visual C++ and MFC all their lives. :( :( :(

Date: 2003-06-22 14:01 (UTC)
From: [identity profile] bwcoyoten.livejournal.com
That looks like Ada...

AGH! Military Flashback! Military Flashback!!!

The thing with "modern" programming languages (as opposed to what, pleistocene programming languages?) is that there's a definite power/readability trade-off. Generally speaking, the more powerful a programming language is, the lower level it is, and therefore the harder it is to read or learn. VC++ runs way faster than VB, which is loads easier to write in.

This being my semi-ex-professional opinion.

Profile

chipotle: (Default)
chipotle

February 2018

S M T W T F S
    123
45678910
11121314151617
18192021222324
252627 28   

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated 2025-12-29 08:43
Powered by Dreamwidth Studios