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).
fsi --exec
will run all the files on the command line through the interactive console then exit.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With