To the brain, reading computer code is not the same as reading language
21–30 of 232 posts
Re: To the brain, reading computer code is not the same as reading language
#22This would explain why I can listen to music or TV while coding, but not while reading a book.
Re: To the brain, reading computer code is not the same as reading language
#23Re: To the brain, reading computer code is not the same as reading language
#24Re: To the brain, reading computer code is not the same as reading language
#25Re: To the brain, reading computer code is not the same as reading language
#26This is hardly surprising. The only reason "programming languages" are called that is because early computer scientists borrowed from linguistics research at the time which defined language as a set of strings. Programming is general purpose problem solving, the fact that it is expressed in mostly English words is arbitrary e.g. Brainf*ck.
The language is often a reflection of the problem it was intended to solve. Would you really argue that Brainfuck can solve your problems just as well as Python?
Re: To the brain, reading computer code is not the same as reading language
#27This would explain why I can listen to music or TV while coding, but not while reading a book.
Re: To the brain, reading computer code is not the same as reading language
#28Re: To the brain, reading computer code is not the same as reading language
#29This is hardly surprising. The only reason "programming languages" are called that is because early computer scientists borrowed from linguistics research at the time which defined language as a set of strings. Programming is general purpose problem solving, the fact that it is expressed in mostly English words is arbitrary e.g. Brainf*ck.
Seems like a weird conclusion to draw. If programming languages are arbitrary why didn’t we stop abstracting or creating new ones? The language is often a reflection of the problem it was intended to solve. Would you really argue that Brainfuck can solve your problems just as well as Python?
Re: To the brain, reading computer code is not the same as reading language
#30As someone who is fluently bilingual and speaks a third language and is also proficient or better in a half dozen programming languages along with having written code in many more, this is completely obvious to me. Learning a programming language is much closer to learning a complex board game than it is a natural language.