Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
coolq48267y@jespersh
I guess I would say html is a interpreted language because it runs real-time. As in, it is not pre compiled into any other form before or is run.
@gitpush
That's nothing! My Java compiled it for me. -
Whow! @drGreat5 didn't expect something like this to happen in Bangalore. We in the North have high expectations from Silicon Valley of India. I believe your teacher also uses Microsoft Word to browse websites, MS Paint to make PPTs, Illustrator to compile code?
-
Crazed20507yHTML is a low level language did you code elements directly into the computer it's basically assembly for the internet /s
-
Whelp HTML goes through a language interpreter and is translated to a DOM elements tree which will be combined with a cssrule(unsure about the specific name) tree to create a render tree which goes through layouting until painted by the renderer/GPU. That means you translate the HTML from a simpel textfile to paintable chunks for your Grafik unit. It may be not a classic compiling process ending up as machine code working with pointers and your memory but it sure is not a simple it show.
-
@CodeBastard Missed the 5 min Mark but I bring the source:
@CodeBastard" style="color: #54556e;">http://taligarsiel.com/Projects/... -
Brachacz487yHTML can implement no logic, therefore it cannot be qualified as a programming language. Data description language at best since it's only XML variation.
-
@kabhishek Unfortunately silicon valley or not, we're fucked. Needless to say I stopped listening to her, but I wouldn't be surprised if she used them
Related Rants
-
linuxxx32*client calls in* Me: good morning, how can I help you? Client: my ip is blocked, could you unblock it for m...
-
DRSDavidSoft28Found this in our codebase, apparently one of my co-workers had written this
-
CodeKek26"Why are people using Git? It's too complicated. Dropbox can do the same kind of things." - A fellow CS stude...
"HTML is a language that needs to be compiled"
- Web dev "teacher"
undefined
why do you even teach
wtf
wk66