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
I'm guessing it would be solved through a feature in .NET, so it can be done through F# itself or C#.
Nope. F# provides comparatively tame metaprogramming facilities. You'll need to rip the relevant code out of the F# compiler itself.