What are your favorite statically typed, compiled, memory safe programming languages? CoderSupreme ( @CoderSupreme@programming.dev ) Programming@programming.dev • edit-22 months ago message-square70fedilinkarrow-up160
arrow-up160message-squareWhat are your favorite statically typed, compiled, memory safe programming languages? CoderSupreme ( @CoderSupreme@programming.dev ) Programming@programming.dev • edit-22 months ago message-square70fedilink
minus-square AbelianGrape ( @AbelianGrape@beehaw.org ) linkfedilink1•2 months agoIs Printf.printf not a good generic print function? It’s even variadic!
minus-square xigoi ( @xigoi@lemmy.sdf.org ) linkfedilinkEnglish1•2 months agoWhen you want to print something, you can’t just Printf.printf x, you have to explicitly give it instructions on how to print a value of that specific type.
Is
Printf.printf
not a good generic print function? It’s even variadic!When you want to print something, you can’t just
Printf.printf x
, you have to explicitly give it instructions on how to print a value of that specific type.