visual-studio F# 和 Visual Studio 2010 速成版?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/2243488/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-22 11:32:00  来源:igfitidea点击:

F# and Visual Studio 2010 Express Edition?

visual-studiovisual-studio-2010f#

提问by Jalpesh Vadgama

Is there any way to work with F# on Visual Studio 2010 Expression Edition. I am having Visual Studio 2010 Express Edition Beta 2.

有什么方法可以在 Visual Studio 2010 Expression Edition 上使用 F#。我有 Visual Studio 2010 Express Edition Beta 2。

采纳答案by Stilgar

There won't be Visual F# Express but you can use the free Visual Studio Shell (wich is available for 2008 and 2010) with F#. It works perfectly for 2008 but I have not tested it with 2010.

不会有 Visual F# Express,但您可以将免费的 Visual Studio Shell(可用于 2008 和 2010)与 F#。它适用于 2008 年,但我尚未在 2010 年对其进行测试。

Update:

更新:

The release of F# 2.0 works with the 2010 Integrated shell as well; see Don Syme's blog post "Announcing the F# 2.0 Free Tools Update".

F# 2.0 的发布也适用于 2010 Integrated shell;请参阅 Don Syme 的博客文章“宣布 F# 2.0 免费工具更新”

Update:Visual F# tools 3.1.1 now support VS Express for Desktop and VS Express for Web

更新:Visual F# 工具 3.1.1 现在支持 VS Express for Desktop 和 VS Express for Web

回答by Nifle

Unfortunately, there are no plans to include an F# Express edition for Visual Studio 2010. The express editions for 2010 are:

不幸的是,没有计划为 Visual Studio 2010 包含 F# Express 版本。 2010 的 Express 版本是:

  • Visual Basic 2010 Express
  • Visual Web Developer 2010 Express
  • Visual C# 2010 Express
  • Visual C++ 2010 Express
  • Visual Basic 2010 速成版
  • Visual Web Developer 2010 Express
  • Visual C# 2010 Express
  • Visual C++ 2010 Express

Source of above.

以上来源。

回答by Brian Webster

While F# is not included in VS2010 Express, it appears to be supported in VS2012 Express Web Edition.

虽然 VS2010 Express 中不包含 F#,但 VS2012 Express Web Edition 似乎支持它。

Visual Studio Express 2012 for Web ... is a free development environment that programmers can use to build projects such as ASP.NET applications and Windows Azure cloud services. This F# Tools release adds in F# 3.0 components, such as the F# 3.0 compiler, F# Interactive, IDE support, and new F# features such as type providers and query expressions.

Visual Studio Express 2012 for Web ... 是一个免费的开发环境,程序员可以使用它来构建 ASP.NET 应用程序和 Windows Azure 云服务等项目。此 F# 工具版本添加了 F# 3.0 组件,例如 F# 3.0 编译器、F# Interactive、IDE 支持以及新的 F# 功能(例如类型提供程序和查询表达式)。

- MSDN

- MSDN