Is the F# interactive app open source?
f#, f#-interactive
Solution
It is indeed open-source, and its source is available from multiple sources:
- GitHub F# Compiler & Standard Library repository
- GitHub F# Compiler Service repository
- CodePlex F# PowerPack & Code Drops repository
Problem
How would I include the fsi REPL in my application for scripting? The F# PowerPack doesn't appear to have anything for that.