@CoderSupreme@programming.dev to Programming@programming.dev • edit-22 months agoWhat are your favorite statically typed, compiled, memory safe programming languages?message-square121fedilinkarrow-up1113arrow-down16
arrow-up1107arrow-down1message-squareWhat are your favorite statically typed, compiled, memory safe programming languages?@CoderSupreme@programming.dev to Programming@programming.dev • edit-22 months agomessage-square121fedilink
minus-squarexigoilinkEnglish1•1 month 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.