cm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agoNot incorrect.mander.xyzimagemessage-square63fedilinkarrow-up1414arrow-down114
arrow-up1400arrow-down1imageNot incorrect.mander.xyzcm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agomessage-square63fedilink
minus-squareOverspark@feddit.nllinkfedilinkarrow-up78arrow-down1·1 month agoHTML 5 isn’t a programming language! (Yes, I’m a nerd)
minus-squarexmunk@sh.itjust.workslinkfedilinkarrow-up33·1 month agoAssuming you’re talking about HTML5 & CSS it actually is Turing Complete.
minus-squareBeardedGingerWonder@feddit.uklinkfedilinkEnglisharrow-up17·1 month agoHas anyone ported doom yet?
minus-squarestetech@lemmy.worldlinkfedilinkarrow-up10·edit-21 month agoWrong. Well, at least incomplete. You need user interaction (e.g., clicking on a button) and HTML & CSS for Turing Completeness, apparently.
minus-square大きいBOY@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up1arrow-down4·1 month 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-squaremexicancartel@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up8·edit-21 month 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-squarestetech@lemmy.worldlinkfedilinkarrow-up1·1 month agoWho is “it” which interprets things? Is it part of HTML/CSS?
minus-square大きいBOY@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up2·edit-21 month agoThe browser. When it reads the HTML and creates a DOM based on the provided instructions.
minus-squarestetech@lemmy.worldlinkfedilinkarrow-up1·1 month agoSo where in that can I encode an arbitrary program? Like one could do in JavaScript?
minus-squareanton@lemmy.blahaj.zonelinkfedilinkarrow-up1·1 month 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
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