Then you've never seen the crazy things a modern web developer has to do. Programming is easy by comparison. Ugh.
| [reply] |
I have seen, on a daily basis, the things a modern web developer has to do, because I am one!
HTML really isn't a programming language. There's a lot of client-side programming involved in a lot of modern websites, but that's not HTML, by definition. It's DHTML, which is covered in their list under JavaScript.
--
Every bit of code is either naturally related to the problem at hand, or else it's an accidental side effect of the fact that you happened to solve the problem using a digital computer.
M-J D
| [reply] |
In case anyone was wondering...
The only reason HTML doesn't count as a true programming language is
it's lack of a looping facility. It requires that to be Turing complete
(although I'd hate to see a device driver written in HTML!). It's certainly as
convoluted as most other languages - although perhaps not Befunge.
'I think the problem lies in the fact that your data
doesn't fit my program'.
| [reply] |
The only reason HTML doesn't count as a true programming language is...
For purposes of the ranking, think of HTML as a specialized written language, rather than as a programming language. From a (non-technical) manager's point of view, HTML is a specialized technical language that its developers and maintainers need to buy books (and/or take training classes) to learn. It's also a specialized language that can become endangered, like SGML. That's the point of the article and the chart.
| [reply] |
For purposes of the ranking, think of HTML as a specialized written language,
How about we think of it as a freakin Markup Language! That's what it is, that's what the ML in HTML stands for. It's not a programming language. It's a markup language. Say it with me M-A-R-K-U-P L-A-N-G-U-A-G-E, MARKUP LANGUAGE.
HTML is a specialized technical language that its developers and maintainers need to buy books
I fear for our society if people think HTML is complex. All you need is a basic reference (w3schools.com is overkill). It's not as if you need 8 books to grasp the basics, training classes are totally unecessary for anyone who is capable of basic symbol manipulation. And, yes, this applies to all these "advanced uber elite skilled webmaster tricks" 99% of which are unecessary and the other 1% is dealing with platform differences. Everytime I hear someone say "I'm a webmaster" in that pretentious little voice they always have, I shed a single tear.
| [reply] |