7

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?

Mark Pattison
  • 2,964
  • 1
  • 22
  • 42
Tristan
  • 6,776
  • 5
  • 40
  • 63

1 Answers1

4

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.

Brian
  • 117,631
  • 17
  • 236
  • 300