I find Scala to be the most readable, but perhaps that's only because it's the one I learned typing and type level programming with.<p>Rust, by comparison, is much less readable to me, with very confusing ordering and operators. Although I'm sure someone can explain why it is superior to Scala in one way or another.
Not sure what you mean by “clearest”, but TypeScript is the best typing system ever invented.<p>For 1 simple reason - it is flexible enough to have just as much typing as you want in every case.<p>Is there any other popular language that can be statically and dynamically typed at the same time?
I think Free Pascal has the best syntax, it's clear what's what, and it has an insanely useful set of string types that just get handled for you. No malloc, free, etc.