I'm thinking that it may be useful to be able to use handwriting recognition to write code. I can't seem to find evide开发者_JAVA技巧nce of people doing this. So, my questions are: is it possible, has someone done it, if so, what did they think?
You'll spend way too much time fighting to get it to recognize symbols and variables names that aren't in its dictionary. Windows 7 has amazing recognition for words that are in its dictionary, but as soon as you deviate from that, you'll end up having to correct every second symbol you enter.
It might be possible to create an IDE from scratch that combines intellisense with the handwriting recognition, but I've certainly never heard of one. There has been some work with voice recognition in this direction: http://www.renaissance.co.il/VSSpeech.aspx
精彩评论