Hacker News new | ask | show | jobs
by jareds 4915 days ago
I was born blind so have never known any different and have always done everything on the computer with speech and brail. From talking to people who have lost their vision later in life it generally seems the older you are when you lose your vision the harder it is to adapt and live a normal life after vision loss. Since you know it may be a possibility though I assume may have some time to at least cope with the fact that you could lose your vision and have a longer time to acclimate yourself to this fact rather than losing it all in a hunting accident. If you have a MAC play with voiceover which is built into the OS, it has a nice getting started tutorial. As for how I program see the following stackoverflow question. http://stackoverflow.com/questions/118984/how-can-you-progra...
1 comments

Have you found some programming languages to be easier to work with due to their syntax?

For example, I was thinking I would have an easier time hearing Python vs hearing Clojure. I think that even if it were brail, something like Clojure would be more difficult to track.

Although giving it some more thought, I suppose the indentation of python might be the more difficult thing to deal with.

I haven't used Clojure yet although have been meaning to give it a try at some point. indentation is the reason I've never seriously looked at Python, although I know there are blind programmers who use it effectively. What matters more to me then the actual language is the variable names. If the variable names read more like English or at least follow a standard it's much easier to just listen to the code. The shorter the variable names the more likely I am to read a lot of code using my braille display instead of listening to it.