我刚刚安装了F#4.0(FSharpBundle)。如何让visual studio 2013使用新版本的F#?
// From Visual Studio 2013, fsi:
Microsoft (R) F# Interactive version 12.0.30815.0
Copyright (c) Microsoft Corporation. All Rights Reserved.
For help type #help;;
>
来自powershell的新版本:
// PS C:\Program Files (x86)\Microsoft SDKs\F#\4.0\Framework\v4.0> .\Fsi.exe
Microsoft (R) F# Interactive version 14.0.22312.0
Copyright (c) Microsoft Corporation. All Rights Reserved.
For help type #help;;
>
答案 0 :(得分:3)
仅在VS 2015中支持F#4.0,它仍然是预发行版。
您可以下载RC版本(最新公共版本)here。这附带了相当新的F#内容,您可以在https://github.com/Microsoft/visualfsharp/releases之上安装最新的开发版本。
理论上如果你使用VS 12.0工具链从source构建,你仍然可以在VS 2013中运行私有F#4.0位。