CoderSupreme@programming.dev to Programming@programming.dev · edit-21 month agoWhat are your favorite statically typed, compiled, memory safe programming languages?message-squaremessage-square121fedilinkarrow-up1112arrow-down16
arrow-up1106arrow-down1message-squareWhat are your favorite statically typed, compiled, memory safe programming languages?CoderSupreme@programming.dev to Programming@programming.dev · edit-21 month agomessage-square121fedilink
minus-squareButtons@programming.devlinkfedilinkEnglisharrow-up4·1 month agoI wouldn’t consider Julia statically-typed; am I wrong?
minus-squareflubba86@lemmy.worldlinkfedilinkarrow-up2·1 month agoIt’s actually optionally-typed. But if you’re liberal with type annotations you can treat it as statically typed.
Julia
I wouldn’t consider Julia statically-typed; am I wrong?
It’s actually optionally-typed. But if you’re liberal with type annotations you can treat it as statically typed.