@[email protected] to Programmer [email protected] • 1 year agoNot incorrect.mander.xyzimagemessage-square61fedilinkarrow-up1410arrow-down114cross-posted to: [email protected]
arrow-up1396arrow-down1imageNot incorrect.mander.xyz@[email protected] to Programmer [email protected] • 1 year agomessage-square61fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilink73•1 year agoHTML 5 isn’t a programming language! (Yes, I’m a nerd)
minus-square@[email protected]linkfedilink30•1 year agoAssuming you’re talking about HTML5 & CSS it actually is Turing Complete.
minus-square@[email protected]linkfedilink9•edit-21 year agoWrong. Well, at least incomplete. You need user interaction (e.g., clicking on a button) and HTML & CSS for Turing Completeness, apparently.
minus-square大きいBOYlinkfedilinkEnglish-3•1 year agoIt’s a programming language regardless of it’s completeness. You give a computer instructions, in a DSL, it gets interpreted. Don’t gate keep.
minus-square@[email protected]linkfedilinkEnglish8•edit-21 year agoMy 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?
minus-square@[email protected]linkfedilink1•1 year agoWho is “it” which interprets things? Is it part of HTML/CSS?
minus-square大きいBOYlinkfedilinkEnglish2•edit-21 year agoThe browser. When it reads the HTML and creates a DOM based on the provided instructions.
minus-square@[email protected]linkfedilink1•1 year agoSo where in that can I encode an arbitrary program? Like one could do in JavaScript?
minus-square@[email protected]linkfedilink2•1 year agoCreate 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. Example
minus-square@[email protected]linkfedilink2•1 year agoWell 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.
HTML 5 isn’t a programming language! (Yes, I’m a nerd)
Assuming you’re talking about HTML5 & CSS it actually is Turing Complete.
Has anyone ported doom yet?
Wrong. Well, at least incomplete.
You need user interaction (e.g., clicking on a button) and HTML & CSS for Turing Completeness, apparently.
It’s a programming language regardless of it’s completeness. You give a computer instructions, in a DSL, it gets interpreted.
Don’t gate keep.
My 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?
Who is “it” which interprets things? Is it part of HTML/CSS?
The browser. When it reads the HTML and creates a DOM based on the provided instructions.
So where in that can I encode an arbitrary program? Like one could do in JavaScript?
Create 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.
Example
Well 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.