(no title)
dropofwill | 3 years ago
Personally I think it causes more problems in interpreted languages, a lot of those disappear with a compiler with thoughtful error messages like Scala.
dropofwill | 3 years ago
Personally I think it causes more problems in interpreted languages, a lot of those disappear with a compiler with thoughtful error messages like Scala.
lelanthran|3 years ago
Surely neither OCaml nor Haskell are in the top 20 of any "Most Used Programming Languages" list.
dropofwill|3 years ago
andsoitis|3 years ago
I will give you that for highly specialized domains, those lists would look different (eg in some niche OCaml would be high while Rust would be low, or R high where C++ is lower down the list) , but it is telling that Scala comes in at #32 when compared to other languages that, I think, occupy a similar problem space.
Of course, Python is #1 on the TIOBE list (and have had a strong showing for years), which I ascribe to the overall productivity and wide application domain fit. So, whether or not white space is objectively bad (for any language or only some languages), it hasn’t detracted so much from Python’s popularity.
still_grokking|3 years ago
https://blog.nindalf.com/posts/stop-citing-tiobe/
kaba0|3 years ago
aplusbi|3 years ago