@cm0002 to Programmer [email protected] • 3 days agoNot incorrect.mander.xyzimagemessage-square57arrow-up1404arrow-down113cross-posted to: [email protected]
arrow-up1391arrow-down1imageNot incorrect.mander.xyz@cm0002 to Programmer [email protected] • 3 days agomessage-square57cross-posted to: [email protected]
minus-square大きいBOYlinkfedilinkEnglish2•edit-223 hours agoThe browser. When it reads the HTML and creates a DOM based on the provided instructions.
minus-square@stetechlink1•11 hours agoSo where in that can I encode an arbitrary program? Like one could do in JavaScript?
minus-square@[email protected]linkfedilink2•5 hours 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@stetechlink1•4 hours 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.
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.