CoderSupreme@programming.dev to Programming@programming.dev · edit-228 days agoWhat are your favorite statically typed, compiled, memory safe programming languages?message-squaremessage-square121fedilinkarrow-up1114arrow-down16
arrow-up1108arrow-down1message-squareWhat are your favorite statically typed, compiled, memory safe programming languages?CoderSupreme@programming.dev to Programming@programming.dev · edit-228 days agomessage-square121fedilink
minus-squarexigoi@lemmy.sdf.orglinkfedilinkEnglisharrow-up1·26 days 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.