Forum Overview
::
We Love Katamari
::
shift6
[quote name="Mysterious Stranger"]http://www.quartertothree.com/game-talk/showthread.php?t=68069 I'd like to make better use of my commute times by coding while traveling. The challenge is doing so without typing. Word processing through dictation is fairly straightforward with Dragon Dictate and other tools that have been built on that idea for 15 years. I can speak into any typing app on my Android phone and it's more or less good to go. What I'd like to be able to do is code via voice. For instance, an app that recognized key words to indicate coding syntax rather than English words. I'd like the tool to recognize existing classes and function names as what they are, parsing them accordingly, while also grokking the coding terminology of punctuation. I'd like to be able to say: if jooberclass dot ison then jooberclass dot display quote yes quote newline And have it write something like this, even if partly pseudo-y code: if(JooberClass.IsOn()) JooberClass.Display("yes"); And ideally it would write something according to my pre-configured style preferences perhaps with an annotation, like: // code by voice, January 5 2011 if( JooberClass.IsOn() ) { JooberClass.Display("yes"); } Is there any such thing? Validation/compilation not needed but recognizing existing classes, function calls, language-specific punctuation, etc. would be fantastic. Right now I can only describe in English an idea for a bit of code and don't have the ability to put so much as the basics in place without getting to a keyboard. Thanks.[/quote]