khoi@slrpnk.net to Programming@programming.dev · 1 year agoElixir vs Go: what to learn in 2024slrpnk.netimagemessage-square14fedilinkarrow-up122arrow-down13file-text
arrow-up119arrow-down1imageElixir vs Go: what to learn in 2024slrpnk.netkhoi@slrpnk.net to Programming@programming.dev · 1 year agomessage-square14fedilinkfile-text
minus-squarecbarrick@lemmy.worldlinkfedilinkEnglisharrow-up2·1 year agoPython is ergonomic. It’s very expressive without the language feeling too magical. If you are comfortable “programming with types” then Rust is a very ergonomic language. But it does take a while to get your brain thinking in Rust. It’s also useful to have counter examples. C is not ergonomic. You basically have to reimplement collections for different applications.
Python is ergonomic. It’s very expressive without the language feeling too magical.
If you are comfortable “programming with types” then Rust is a very ergonomic language. But it does take a while to get your brain thinking in Rust.
It’s also useful to have counter examples.
C is not ergonomic. You basically have to reimplement collections for different applications.