|
|
|
|
|
by srathbun
4256 days ago
|
|
I would guess you aren't thinking in the language in question. You are translating your native language sentence into the appropriate english sentence on the fly. To use a programming analogy, it is like writing Haskell code as if it was C. Because you aren't thinking functionally, for every imperative step the C code in your head takes you have to translate it to some sort of functional analog. You can get through it, but it is slower, and looks "funny" to a "native". |
|