f#-interactive
Is there any way to force load a module when it is opened through FSI?
If I compile the following module into a dll namespace MyNs module SomeModule = do printfn \"module loading\"[详细]
2023-03-03 04:23 分类:问答F# light weight scripting enviorment
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[详细]
2023-03-01 15:52 分类:问答Force FSI, the .NET 4 version, to load assamblies that are compiled for .NET 2.0
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[详细]
2023-02-27 03:26 分类:问答F# launch a script from another script with F# Interactive
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"[详细]
2023-02-25 13:39 分类:问答F# programmatically running .fsx script file
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[详细]
2023-02-24 10:32 分类:问答Using COM DLLs with FSI
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[详细]
2023-02-19 10:17 分类:问答How does fsi.ShowDeclarationValues work?
According to the MSDN documentaion: When set to false, disables the display of declaration values in the[详细]
2023-02-17 06:18 分类:问答Setting ExitCode in self-hosted F# script
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?[详细]
2023-02-15 04:14 分类:问答F# can't use datagrid in WPF of .net in interactive way
My script is below: #light #r \"WindowsBase\" #r \"PresentationCore\" #r \"PresentationFramework\" open System[详细]
2023-02-12 05:06 分类:问答f# interactive won't tab complete in VS2010
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.[详细]
2023-02-11 06:47 分类:问答