CoderSupreme@programming.dev to Programming@programming.dev · 2 years agoWhat are your favorite statically typed, compiled, memory safe programming languages?message-squaremessage-square119linkfedilinkarrow-up190arrow-down15
arrow-up185arrow-down1message-squareWhat are your favorite statically typed, compiled, memory safe programming languages?CoderSupreme@programming.dev to Programming@programming.dev · 2 years agomessage-square119linkfedilink
minus-squarexigoi@lemmy.sdf.orglinkfedilinkEnglisharrow-up2·2 years 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
minus-squareAbelianGrape@beehaw.orgcakelinkfedilinkarrow-up1·2 years agoIs Printf.printf not a good generic print function? It’s even variadic!
I’ve recently been trying to learn OCaml and find it really nice. The major pain points are
Is
Printf.printfnot a good generic print function? It’s even variadic!