Math is a subset of language, surely.
The language brain matters more for programming than the math brain? (2020)
21–30 of 465 posts
Re: The language brain matters more for programming than the math brain? (2020)
#22It helped that Python was meant to resemble natural language. I had learned C++ and Perl before but they never stuck, because I never made the connection to language. Ironically, since Perl was designed by a linguist!
Re: The language brain matters more for programming than the math brain? (2020)
#23After I started my PhD program in CS/AI (late 90's), one of the faculty told me that the GRE verbal score was thing on the application most predictive of student success in the program. Of course, most applicants had perfect or near perfect GRE math scores, so there was no predictive power there. But the application also included the GRE subject test, transcripts, and letters of recommendation.
The GRE math bar for excellence was quite low and so a perfect score was only the 92nd percentile or so. It’s not surprising that other metrics correlated better with success
Re: The language brain matters more for programming than the math brain? (2020)
#24After I started my PhD program in CS/AI (late 90's), one of the faculty told me that the GRE verbal score was thing on the application most predictive of student success in the program. Of course, most applicants had perfect or near perfect GRE math scores, so there was no predictive power there. But the application also included the GRE subject test, transcripts, and letters of recommendation.
I also seem to recall from The Making of the Atomic Bomb that the theoretical physicists of the era were noted as having the highest verbal intelligence of any group of scientists. That struck me since I would not have expected it. EDIT: I found the quote, from chapter 6: Psychometricians have closely questioned American scientists of this first modern generation, curious to know what kind of men they were—there were…
Re: The language brain matters more for programming than the math brain? (2020)
#25I have found a fairly interesting correlation between people who are good at learning programming and people who are good at English spelling bees. Something about holding a lot of anecdotes and esoteric rule exceptions when performing an otherwise algorithmic process.
Makes sense to me; I've always been a naturally good English speller. My brain just knows how to store and retrieve this type of data, which has a high correlation with e.g. CLI interfaces and their idiosyncratic command structures.
Re: The language brain matters more for programming than the math brain? (2020)
#26Re: The language brain matters more for programming than the math brain? (2020)
#27Re: The language brain matters more for programming than the math brain? (2020)
#28Re: The language brain matters more for programming than the math brain? (2020)
#29After I started my PhD program in CS/AI (late 90's), one of the faculty told me that the GRE verbal score was thing on the application most predictive of student success in the program. Of course, most applicants had perfect or near perfect GRE math scores, so there was no predictive power there. But the application also included the GRE subject test, transcripts, and letters of recommendation.
The GRE math bar for excellence was quite low and so a perfect score was only the 92nd percentile or so. It’s not surprising that other metrics correlated better with success
Re: The language brain matters more for programming than the math brain? (2020)
#30After I started my PhD program in CS/AI (late 90's), one of the faculty told me that the GRE verbal score was thing on the application most predictive of student success in the program. Of course, most applicants had perfect or near perfect GRE math scores, so there was no predictive power there. But the application also included the GRE subject test, transcripts, and letters of recommendation.
The field probably does itself a disservice by overemphasising math. That framing can push people away who might actually do really well, especially those strong in reasoning, abstraction, or communication. Linked study is a good reminder to rethink how we present programming imo.