WackyTabbacy42069@reddthat.com to Asklemmy@lemmy.ml · 1 year agoWhat's your favorite programming language and what about it do you like?message-squaremessage-square175fedilinkarrow-up1151arrow-down14
arrow-up1147arrow-down1message-squareWhat's your favorite programming language and what about it do you like?WackyTabbacy42069@reddthat.com to Asklemmy@lemmy.ml · 1 year agomessage-square175fedilink
minus-squarealokir@lemmy.worldlinkfedilinkarrow-up16·1 year agoTypescript with all strict checks turned on. You get all the good parts of JS with types, and (almost) none of the bad ones. It’s quite an expressive language with tons of quality of life features that I constantly miss from other languages.
minus-square9point6@lemmy.worldlinkfedilinkarrow-up5·edit-21 year agoHonestly for web/backend dev in 2023: Typescript for 90% of things, Go or Rust for anything else that needs to eek out that extra bit of performance. I occasionally write the odd bash script, but really that’s just a novelty way to mix things up half the time
Typescript with all strict checks turned on. You get all the good parts of JS with types, and (almost) none of the bad ones.
It’s quite an expressive language with tons of quality of life features that I constantly miss from other languages.
Honestly for web/backend dev in 2023: Typescript for 90% of things, Go or Rust for anything else that needs to eek out that extra bit of performance.
I occasionally write the odd bash script, but really that’s just a novelty way to mix things up half the time