A long time ago I was interested in finding out what the intersection of all languages sounds would be, would it be an empty set or was there enough overlap that someone designing the next esperanto could build it using universal sounds thus allowing any human speaker to pronunciate it without difficulty. Turns out there is a good degree of overlap if you allow for a very small bit of fuzzyness. For instance, 'a','m'…
Which Language Uses the Most Sounds?
31–40 of 43 posts
Re: Which Language Uses the Most Sounds?
#32A long time ago I was interested in finding out what the intersection of all languages sounds would be, would it be an empty set or was there enough overlap that someone designing the next esperanto could build it using universal sounds thus allowing any human speaker to pronunciate it without difficulty. Turns out there is a good degree of overlap if you allow for a very small bit of fuzzyness. For instance, 'a','m'…
Re: Which Language Uses the Most Sounds?
#33I 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.
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.
Re: Which Language Uses the Most Sounds?
#34Re: Which Language Uses the Most Sounds?
#35Re: Which Language Uses the Most Sounds?
#36I 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.
Re: Which Language Uses the Most Sounds?
#37Earlier quoted context omitted.
Many claim that Haskell is easiest to learn as a first language.
I don't know Haskell, but from what I've seen, it doesn't look like a beginner-friendly language. I think Python is the undisputed king of introductory languages.
Re: Which Language Uses the Most Sounds?
#38Earlier quoted context omitted.
Many claim that Haskell is easiest to learn as a first language.
I don't know Haskell, but from what I've seen, it doesn't look like a beginner-friendly language. I think Python is the undisputed king of introductory languages.
However if Haskell had macros (like Perl 6's or even Lisp's), I'd jump ship from Lisp quite quickly. It's a mature language with the libraries I want.
Re: Which Language Uses the Most Sounds?
#39Earlier quoted context omitted.
I don't know Haskell, but from what I've seen, it doesn't look like a beginner-friendly language. I think Python is the undisputed king of introductory languages.
It means that the easiest time to learn Haskell is as a first language, not that it's the easiest of all first languages!
Re: Which Language Uses the Most Sounds?
#40Earlier quoted context omitted.
I don't know Haskell, but from what I've seen, it doesn't look like a beginner-friendly language. I think Python is the undisputed king of introductory languages.
The strange syntax of Haskell is what's turning me off from learning it. With Lisp, the syntax was strange still, sure, but it wasn't confusing, it made sense. I feel like I can't even get in to reading Haskell or even OCaml. However if Haskell had macros (like Perl 6's or even Lisp's), I'd jump ship from Lisp quite quickly. It's a mature language with the libraries I want.
What are you wanting that's missing from Template Haskell?