Is there a good way to write F# scripts that execute stand-alone without compiling?
...As scripts that could be executed via task scheduler on a server? I assume the server would have the core F# libraries, but not Visual Studio installed.
Is there an F# equivalent to CS-Script or NScript, but not a hack (workaround).