I am thinking that Perl is (probably) the computer language which uses the most operators, but not everyone believes this is a good thing. I mean, it seems there is somewhere a sweet spot between lack of expressiveness and overcomplication.
No, that crown would almost certainly go to one of the variants of APL, which have more operators than ASCII has symbols. https://en.wikipedia.org/wiki/APL_(programming_language)
Which Language Uses the Most Sounds?
21–30 of 43 posts
Re: Which Language Uses the Most Sounds?
#22Every time I hear Thai language spoken I'm reminded that this tonal language inspired the creators of "Mars attacks" to what the fictional language used by the aliens should sound like, just because it sounded so alien. I have to say though that the Thai language can be spoken relatively calmly and soothingly, but when spoken by in anger or in a particular kind of formality, it sounds quite similar to the language us…
Question for HN: if your first language is tonal, what do non-tonal languages sound like to you? I've frequently heard Finnish described as boring/mumbling, because it's both non-tonal and has a very predictable stress pattern (emphasis always on the first syllable).
Re: Which Language Uses the Most Sounds?
#23Every time I hear Thai language spoken I'm reminded that this tonal language inspired the creators of "Mars attacks" to what the fictional language used by the aliens should sound like, just because it sounded so alien. I have to say though that the Thai language can be spoken relatively calmly and soothingly, but when spoken by in anger or in a particular kind of formality, it sounds quite similar to the language us…
Since English is (largely) not tonal, you're not used to the rapid pitch changes required by tonal languages, hence the "alien" feel. For what it's worth, I find Thai quite euphoneous compared to Vietnamese or Cantonese, both of which have even more tones. Question for HN: if your first language is tonal, what do non-tonal languages sound like to you? I've frequently heard Finnish described as boring/mumbling, becaus…
I'm really curious to that Swedish sounds like to tonal-language people. It's often described as "sing-songy" by "non-tonal" people from e.g. UK/US.
Re: Which Language Uses the Most Sounds?
#24I am thinking that Perl is (probably) the computer language which uses the most operators, but not everyone believes this is a good thing. I mean, it seems there is somewhere a sweet spot between lack of expressiveness and overcomplication.
No, that crown would almost certainly go to one of the variants of APL, which have more operators than ASCII has symbols. https://en.wikipedia.org/wiki/APL_(programming_language)
Re: Which Language Uses the Most Sounds?
#25Earlier quoted context omitted.
Perl might have a lot of operators but Haskell's ability to define your own operators leads to a ton of operators in the standard library and third party packages.
That's one of the things keeping me away from Haskell. It seems that to be proficient I would need to know way more beyond the "standard library", but go into the String vs Text debates, and the huge amounts of common knowledge out there.
Functor ()
Applicative (, )
Monad (>>=, ==>, )
Alternative ()Re: Which Language Uses the Most Sounds?
#26Earlier quoted context omitted.
Since English is (largely) not tonal, you're not used to the rapid pitch changes required by tonal languages, hence the "alien" feel. For what it's worth, I find Thai quite euphoneous compared to Vietnamese or Cantonese, both of which have even more tones. Question for HN: if your first language is tonal, what do non-tonal languages sound like to you? I've frequently heard Finnish described as boring/mumbling, becaus…
My native language is Swedish, not English. They are both quite closely related though. I'm really curious to that Swedish sounds like to tonal-language people. It's often described as "sing-songy" by "non-tonal" people from e.g. UK/US.
Re: Which Language Uses the Most Sounds?
#27Earlier quoted context omitted.
No, that crown would almost certainly go to one of the variants of APL, which have more operators than ASCII has symbols. https://en.wikipedia.org/wiki/APL_(programming_language)
I've always thought that if you learn one programming language, you can probably pick up any other language quite easily, except for APL/J/K.
Re: Which Language Uses the Most Sounds?
#28Earlier quoted context omitted.
That's one of the things keeping me away from Haskell. It seems that to be proficient I would need to know way more beyond the "standard library", but go into the String vs Text debates, and the huge amounts of common knowledge out there.
Except for Lens, most packages shy away from operator soup. The basic set you need to know to read most Haskell code is quite small, and tied to the core concepts you need to know anyway, such as: Functor ( ) Applicative ( , ) Monad (>>=, = =>, ) Alternative ( )
Re: Which Language Uses the Most Sounds?
#29Earlier quoted context omitted.
I've always thought that if you learn one programming language, you can probably pick up any other language quite easily, except for APL/J/K.
Many claim that Haskell is easiest to learn as a first language.
Re: Which Language Uses the Most Sounds?
#30On a side note (!), I stumbled across that: http://qz.com/488701/humans-are-confusing-music-composed-by-... Which in turn made me wonder if we couldn't create a program that would translate code into music...
https://github.com/debugger22/github-audio