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.
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."
That's a very bold statement for a Javascript layer that allows unsound typing behavior. While Typescript introduces some typing functionality please do not compare it to actual languages that type check properly.
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.
ttymck|2 years ago
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.
andrei_says_|2 years ago
aristofun|2 years ago
For 1 simple reason - it is flexible enough to have just as much typing as you want in every case.
Is there any other popular language that can be statically and dynamically typed at the same time?
zwnow|2 years ago
That's a very bold statement for a Javascript layer that allows unsound typing behavior. While Typescript introduces some typing functionality please do not compare it to actual languages that type check properly.
mikewarot|2 years ago
wscourge|2 years ago