If I compile the following module into a dll namespace MyNs module SomeModule = do printfn \"module loading\"
Im using F# to do开发者_如何学Go a little scripting for automating tasks on our servers here. I would really love to have a light weight environment i could install on the servers themselves to give m
I\'m working primarily with .NET 4.0 using fsi, F# interactive, but I have a couple of dll tha开发者_运维知识库t I need to access that are only compiled for the .NET 2.0 version of the framework (I ch
I can\'t seem to find a way to do this.Basically I want to do this in pseudocode: MainScript.fsx: printfn "starting an external script"
I\'m sure this must be something really easy, but I can\'t seem to make it work.Let\'s say I have an .fsx script file and want to cause it to be executed programmatically.I\'m guessing someone must ha
Is there a way within FSI that I can reference and use registered COM components? In a normal .fs compiled program I can simply reference the component in question and then open the relevant generate
According to the MSDN documentaion: When set to false, disables the display of declaration values in the
I am hosting the FSI.exe in my build tool (\"FAKE - F# Make\") and I need to set the ExitCode for FSI.exe from inside my fsx-script. Is this possible?
My script is below: #light #r \"WindowsBase\" #r \"PresentationCore\" #r \"PresentationFramework\" open System
I\'m not sure what I\'m doing wrong here (I\'m new to both F# and VS) but I can\'t get the tab completion to work in F# Interactive.