CoderSupreme@programming.dev to Programming@programming.dev · edit-23 months agoWhat are your favorite statically typed, compiled, memory safe programming languages?message-squaremessage-square112fedilinkarrow-up1106arrow-down15
arrow-up1101arrow-down1message-squareWhat are your favorite statically typed, compiled, memory safe programming languages?CoderSupreme@programming.dev to Programming@programming.dev · edit-23 months agomessage-square112fedilink
minus-squarexigoi@lemmy.sdf.orglinkfedilinkEnglisharrow-up1·3 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.
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.