Slashdot Mirror


User: domestos

domestos's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:Not really a fair test. on Searching for the Best Scripting Language · · Score: 1

    They seem to have put 20 points on
    "compilation and execution in one command"
    - which is meaningless. They only languages that misses out aren't scripting languages.

    Then they put 15 points on being "shebang aware (#!)", which penalises VBScript quite heavily when you consider that in its natural environment, file name extensions are used for that purpose.

    Somebody had a (not very well) hidden agenda.

  2. Correct result by faulty reasoning on Why Learning Assembly Language Is Still Good · · Score: 1

    Indeed. Many people will agree that learning assembler is beneficial, but the reasoning given is spurious.

    The guy who drives the mechanical excavator keeps a spade in the cab. Why? Not because it will make him more efficient at driving the machine, but because just occasionally he might have to "debug" a buried pipe or cable, or get into the corners.

    In addition, rolling his sleeves up and shovelling some mud will give him a better intuitive relationship with the stuff he works with.

    You have to know how to do any job by hand before you are truly proficient at the mechanised version.

    I'm glad I learned some assembler, but I'm also glad that most of the time there are tools which will do it better than I could.