How multi-lingual children learn languages
1–10 of 28 posts
Re: How multi-lingual children learn languages
#2Re: How multi-lingual children learn languages
#3This submission makes me curious about the author's premise than about his conclusion.
Re: How multi-lingual children learn languages
#4Trying to extrapolate between learning natural languages and learning programming languages seems rather questionable to me.
Re: How multi-lingual children learn languages
#5Re: How multi-lingual children learn languages
#6There isn't any citation to the (quite interesting) study finding mentioned as a premise in this article. My two older children are native speakers of BOTH English and Modern Standard Chinese, and they once spoke to each other mostly in Chinese, although in recent years they have much more occasion to use English. There should have been follow-up studies on what happens to native multilingual persons when they suffer…
Re: How multi-lingual children learn languages
#7For example, human languages are reinforced completely differently.
From birth, you will hear from inside the womb often one language. Later, you hear and speak either a couple or more languages but generally in different contexts, e.g. mostly one with parents, maybe one or more with friends or strangers and one with school and media.
The latter context is normally reinforced further with reading and writing, while the former rarely or not at all. I suspect, though without more studies it would be impossible to know, that it is the exclusively spoken languages that are most affected. The reading and writing languages, as well as being used in different contexts, are highly likely to be processed by the brain differently.
In addition, almost all of these human language uses will be tied to life events and (strong) emotional feelings.
So, the comparison to programming languages seems tenuous at best, especially since there are plenty of other contexts where one can misapply learned rule-sets in general. The word "language" is almost a misnomer across these two different fields, in my opinion.
Re: How multi-lingual children learn languages
#8In contrast of my multi-lingual background in the spoken form, I also try to diversify the programming languages I am familiar with. While the idea of a programming language and a spoken word language vastly differs, I still see it as just learning another language - that is the mindset I go in with. A spoken language has rules - wether they are related to phonetics, semantics or most importantly the idiosyncratic rules of gender and relationships. Programming languages have a much more defined ruleset at the core that they all share (to a certain degree) and the language itself on top of it follows many of the rules I would expect in a spoken language.
I don't know if there is a correlation to the exposure of languages at a young age - but in my experience it has helped me.
Re: How multi-lingual children learn languages
#9Re: How multi-lingual children learn languages
#10But sometimes when I try to remember the French word for something, I get a Japanese word instead, which is odd because the languages are nothing alike. Similar problems exist for programming languages, for example, trying to remember the Perl way to do something and getting the Ruby keyword instead.