Embedding F# interactive
f#, f#-interactive
Solution
The code for fsi.exe ships along with the CTP (check the license, but eventually I think we eventually want to make it MS-PL, if it is not already).
There is not a particularly easy way to embed it.
Problem
Is there an easy way to embed F# interactive (`fsi.exe`) terminal into an application? More generally, is the code for `fsi.exe` available to make tweaks to, etc?