|
|
|
|
|
by marcus_holmes
2810 days ago
|
|
I recently started learning Khmer (Cambodian). It's an awesome language. No tenses (all assumed from context... if something happened in the past, you say it happened "already", and there's a single modifier to all verbs to indicate they will happen). No genders, at all (there's no "he/she/they" problem). The numbering system is simple adn consistent, and it's applied to months and hours ("one month" is a measure of duration, "month one" is January). I reminds me of reading good code; simple, elegant, with no unnecessary cruft. It's given me a new perspective on (as you say) all the useless crap we have in English. Oh, and I started learning German, too. TFA made me laugh. |
|
I learned Thai, which shares Khmer's refreshing simplicity, like not having tenses.
However, it has "classifiers", which are used when counting things. In English, you might say "Three children", in Thai you would say "Children three persons", where "person" happens to be the correct classifier for children. Makes sense in that case, but in general it's weird (and somewhat comedic): for instance airplanes and bamboo share the same classifier ("long hollow things").
There are about 80 classifiers, and part of learning the language is learning the correct classifier to go with each noun, much like learning genders in German. Same as with genders, if you get the classifier wrong, you'll still be understood, but considered uneducated (or badly in command of the language).
BTW, and programmers will love this: this situation means that when counting things of disparate types, you need to typecast!
Funny (to me, anyway) story: my wife was simultaneously telling off one of our sons, nicknamed "O", and one of our dogs, also nicknamed "O". Since they don't share the same classifier, she cast their classifier to the made-up-on-the-spot classifier "O" so it would both be factually and grammatically correct.
Languages are funny.