You must log in or register to comment.
runeko ( @runeko@programming.dev ) 21•1 month ago bleistift2 ( @bleistift2@sopuli.xyz ) English20•1 month agoI like this sentence from the paper linked at the end of the article:
We show how to implement arithmetic […] that is correct, even by the standards of naive users.
kernelle ( @kernelle@0d.gs ) 11•1 month ago“Psht I’ll never use maths in real life”, maths in real life:
mikumiku ( @mikumiku@programming.dev ) English2•1 month agoI was asking my friend if they want to do code a calculator with me then I realized it’s much harder than it looks.
JackAttack ( @JackAttack@lemmy.dbzer0.com ) 1•17 days agoI had tried to build one one time and got the ui down. As I started building the more complex arithmatic (chaining calculations) i realized how insanely complex it actually is. It made me realize how complex the most simple looking apps actually are.