f# compiling too slow

前端 未结 3 1213
萌比男神i
萌比男神i 2020-12-05 07:34

I\'m new to f#. I downloaded the Visual Studio 2010 shell and the F# ctp and wrote a small hello world script with the following code

printfn \"Hello World\"         


        
3条回答
  •  囚心锁ツ
    2020-12-05 08:12

    Note also that you can use F# Interactive to evaluate snippets of code or scripts, and since the FSI window in VS stays open, it is much faster (the startup time for fsc.exe is bad).

提交回复
热议问题