Ask HN: What would be the best programming language for a blind person to learn?
What language is easiest to reason about non-visually? I'm also wondering about things like IDE support for screen readers, and any tools built/adapted specifically for the blind?
5 comments
[ 2.9 ms ] story [ 16.4 ms ] threadResources to find help from other blind devs are pythonvis at freelists dot org and program-l at freelists dot org.
P.S. There is a quorum, a programing language and an ide to introduce blind people to programming, but it has educational purpose and might be outside of your needs.
Generally, language servers currently are rather good and can help with braces, so if you are already proficient with certain language and technologies, double on them to avoid the extra learning curve. Switch something only if you really need to. I know lots of people who happily use PHP, C#, Java, and so on, so do not limit yourself unnecessarily.