What are the relations between scriptcs-fsharp and .fsx files ? It doesn't look the same (it was back in 2008, when there was no scriptcs as far as I know). But it looks similar. Can anybody clarify, please?
@vors scriptcs-fsharp does not at present have REPL support, but the general idea is that you could take advantage of scriptcs's nuget support (automatically adding references) and ScriptPack support.
.fsx files are designed to run with F# Interactive (fsi.exe). FSharp.Compiler.Service drives scriptcs-fsharp. It's derived from the original compiler source, and the F# community is trying to re-introduce FCS as the core behind fsc.exe and fsi.exe.