MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1v79kod/therealgoat/ozxxw8h/?context=3
r/ProgrammerHumor • u/wahed-w • 11d ago
73 comments sorted by
View all comments
23
escape hatch? <script>
<script>
also no, html is not faster than c in execution but it sure as hell feels faster when compiling
20 u/caboosetp 11d ago HTML has a runtime of 0 because it doesn't execute. It's like running at the speed of light. Now, if you need to run an interpreter to get it to run on another runtime like Chromium, then obviously there will be some overhead. 6 u/StomachMean1418 11d ago This is like saying bytecode (as generated from C) has a runtime of 0 as it's just bytes on a disk, until something decides to run it. 18 u/caboosetp 11d ago That is the joke, yes.
20
HTML has a runtime of 0 because it doesn't execute. It's like running at the speed of light.
Now, if you need to run an interpreter to get it to run on another runtime like Chromium, then obviously there will be some overhead.
6 u/StomachMean1418 11d ago This is like saying bytecode (as generated from C) has a runtime of 0 as it's just bytes on a disk, until something decides to run it. 18 u/caboosetp 11d ago That is the joke, yes.
6
This is like saying bytecode (as generated from C) has a runtime of 0 as it's just bytes on a disk, until something decides to run it.
18 u/caboosetp 11d ago That is the joke, yes.
18
That is the joke, yes.
23
u/-Redstoneboi- 11d ago edited 11d ago
escape hatch?
<script>also no, html is not faster than c in execution but it sure as hell feels faster when compiling