lambalicious@lemmy.sdf.org to Programmer Humor@programming.devEnglish · 9 months ago[CSS] So I'm learning CSS nowlemmy.sdf.orgimagemessage-square34linkfedilinkarrow-up1407arrow-down10file-text
arrow-up1407arrow-down1image[CSS] So I'm learning CSS nowlemmy.sdf.orglambalicious@lemmy.sdf.org to Programmer Humor@programming.devEnglish · 9 months agomessage-square34linkfedilinkfile-text
minus-squareDamage@feddit.itlinkfedilinkarrow-up25·9 months agoThat meme format is used for questions where the assumed answer is “no”
minus-squarelambalicious@lemmy.sdf.orgOPlinkfedilinkEnglisharrow-up23·9 months agoHey now, CSS has variables, scopes, conditionals and calc()! The only thing I can’t find is goto.
minus-squareSupervisor194@lemmy.worldlinkfedilinkarrow-up12·9 months agoCSS isn’t a programming language. Programming languages are logical, follow sensible rules and provide consistent output.
minus-squarelime!@feddit.nulinkfedilinkEnglisharrow-up10·9 months agomalbolge is a programming language
minus-squarefunkless_eck@sh.itjust.workslinkfedilinkarrow-up7·9 months agoObject.is(NaN, NaN); // -> true NaN === NaN; // -> false Object.is(-0, 0); // -> false -0 === 0; // -> true Object.is(NaN, 0 / 0); // -> true NaN === 0 / 0; // -> false !![] // -> true [] == true // -> false !!null; // -> false null == false; // -> false 0 == false; // -> true “” == false; // -> true
minus-squarelambalicious@lemmy.sdf.orgOPlinkfedilinkEnglisharrow-up6·9 months agoGot it, JS is not a programming language then!
minus-squareadminofoz@lemmy.cafelinkfedilinkEnglisharrow-up2·9 months agoAt least we can all agree about something.
minus-squarelambalicious@lemmy.sdf.orgOPlinkfedilinkEnglisharrow-up1·9 months agoUnlike Javascript XD
minus-squareSpaceNoodle@lemmy.worldlinkfedilinkarrow-up10·9 months agoIf it doesn’t have goto, it’s not a real language
minus-squareAnUnusualRelic@lemmy.worldlinkfedilinkEnglisharrow-up2·9 months ago The only thing I can’t find is goto. There you are then.
🤔
That meme format is used for questions where the assumed answer is “no”
Hey now, CSS has variables, scopes, conditionals and
calc()! The only thing I can’t find is goto.CSS isn’t a programming language. Programming languages are logical, follow sensible rules and provide consistent output.
malbolge is a programming language
Object.is(NaN, NaN); // -> true
NaN === NaN; // -> false
Object.is(-0, 0); // -> false
-0 === 0; // -> true
Object.is(NaN, 0 / 0); // -> true
NaN === 0 / 0; // -> false
!![] // -> true
[] == true // -> false
!!null; // -> false
null == false; // -> false
0 == false; // -> true
“” == false; // -> true
Got it, JS is not a programming language then!
At least we can all agree about something.
Unlike Javascript XD
If it doesn’t have
goto, it’s not a real languageThere you are then.