CoderSupreme@programming.dev to Programming@programming.dev · edit-21 month agoWhat are your favorite statically typed, compiled, memory safe programming languages?message-squaremessage-square111fedilinkarrow-up1110arrow-down16
arrow-up1104arrow-down1message-squareWhat are your favorite statically typed, compiled, memory safe programming languages?CoderSupreme@programming.dev to Programming@programming.dev · edit-21 month agomessage-square111fedilink
minus-squarexigoi@lemmy.sdf.orglinkfedilinkEnglisharrow-up3·1 month agoI’ve recently been trying to learn OCaml and find it really nice. The major pain points are C-style separate compilation with manually created headers Small standard library No generic print function Hard to use external libraries
I’ve recently been trying to learn OCaml and find it really nice. The major pain points are