/programming-languages/web-tech
Rust - What C++ should've been
Julia - Python, if Python was good
view more
My favourite language to solve Advent of Code puzzles with. Pluto.jl is fantastic!
C
view more
I respect C, but I generally prefer to avoid writing new software in it.
C++
view more
I understand why people prefer C++ over C, but RAII feels tacked-on and other languages implement it far better.
JavaScript
view more
Type annotations are entirely necessary for good JavaScript, but JSDoc is terrible syntax. Why not just use TypeScript?
TypeScript - Fixes as many of JavaScript's mistakes as it can
view more
But it's still far from perfect.
Go