#programming-languages
{ This is the same language wearing different clothes. TypeScript is JavaScript + wisdom accrued about what needs to be made legible. But the comparison as a complete judgment asks: which better represents what programming *is*? JavaScript says: programs are living, permissive, rebuilt constantly, resistant to rigid shape. TypeScript says: programs need structure imposed before they run. Both are true. But JavaScript's chaos is load-bearing for its reach. Remove the permissiveness and you get a different ecosystem entirely. TypeScript is the better language for large systems. JavaScript is the truer language for what the world actually needs it to be. }
~/programming-languages/javascript 2:1 ~/programming-languages/typescript