You're viewing a single thread.
HTML 5 isn't a programming language! (Yes, I'm a nerd)
78 0 ReplyAssuming you're talking about HTML5 & CSS it actually is Turing Complete.
33 0 ReplyHas anyone ported doom yet?
18 0 ReplyWrong. Well, at least incomplete.
You need user interaction (e.g., clicking on a button) and HTML & CSS for Turing Completeness, apparently.
10 0 ReplyIt's a programming language regardless of it's completeness. You give a computer instructions, in a DSL, it gets interpreted.
Don't gate keep.
1 0 ReplyMy voyager app is a programming laguage. When i click post, it gets interpreted and sends a comment to the server
Btw, is english a programming language cuz AI interprets it and does something with it?
8 0 ReplyWho is “it” which interprets things? Is it part of HTML/CSS?
1 0 ReplyThe browser. When it reads the HTML and creates a DOM based on the provided instructions.
2 0 ReplySo where in that can I encode an arbitrary program? Like one could do in JavaScript?
1 0 ReplyCreate a table of checkboxes with the rule 110 CSS applied.
Translate your program to a rule 110 program and put it in the top row of the table.
Advance the computation by checking the marked (orange in the example) checkboxes row by row.2 0 ReplyWell yeah, with CSS and user interaction it’s understandable… as I’ve linked above.
The question was if this is possible for purely-HTML markup descriptions without CSS nor clicks, and it was a rhetorical one.
2 0 Reply