CronoDAS comments on Studying Your Native Language - Less Wrong Discussion
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (7)
Do you remember the source for this? Because what you described here was very fashionable in my country, at least a few years ago -- having schools where students not only learn English (as a second language), but also learn all subjects in English, so it deepens their language skills.
Confirmed. On the other hand, there is also something that I call "writing C++ code in Java", that is: forcing the idioms of one language to another, even when the other language provides specialized tools to deal with the situation.
(Specifically: Someone with a history of C++ will prefer to use abstract class hierarchies, complain about the lack of multiple inheritance, and consider interfaces to be merely an inferior form of classes, when writing a code in Java. While the natural way of writing Java code would be to construct interface hierarchies, and treat classes as mere implementations of them. I am writing this here because it took me a few years to grok this.)
Much like a certain kind of programmer can write FORTRAN code in any language?