Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
fsi.exe(F# 交互式)是否有配置文件。以便在配置文件中我可以默认打开像 System 这样的命名空间?
今天启动 fsi.exe 后,我总是要打开系统;;手动!
我认为你可以使用
fsi.exe --load startupscript.fsx
http://msdn.microsoft.com/en-us/library/dd233172.aspx
http://msdn.microsoft.com/en-us/library/dd233175.aspx
启动.fs: open System
open System
fsi --use:startup.fs