I know I can write:
SpokenString[a + b^2]
And then obtain as output:
"a plus b squared"
What about the opposite, something like:
ReadString["a plus b squared"]
And then obtain as output (without access to the internet, e.g., calling Wolfram Alpha):
a + b^2
SpokenStringis a great suggestion to go from code -> prose. If you want to go from prose -> code, I recommend checking out inputs in wolframalpha, like http://www.wolframalpha.com/input/?i=Integrate+error+function+of+x+divided+by+x+from+zero+to+nine. – enano9314 Apr 18 '18 at 23:01