f# - open system and other useful namespaces by default -


Can fsi.exe (F # interactive) profile be so that in profiles I can open system namespace namespace by default / Can i

Today, I have to open the system after launching fsi.exe ;; Manual!

I think you can use

  fsi. Exe - - Load startupscript.fsx   



Comments