How do I take text-string, that is supposed to be F#-code, and parse it into F#-code, to print out the results on the screen?
I\'m guessing it would be solved through a
F# has an interpreter fsi.exe which can do that you want. I think it also has some API.