简体   繁体   English

F# 和 Visual Studio 2010 速成版?

[英]F# and Visual Studio 2010 Express Edition?

Is there any way to work with F# on Visual Studio 2010 Expression Edition.有什么方法可以在 Visual Studio 2010 表达式版上使用 F#。 I am having Visual Studio 2010 Express Edition Beta 2.我有 Visual Studio 2010 Express Edition Beta 2。

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#.不会有 Visual F# Express,但您可以将免费的 Visual Studio Shell(适用于 2008 和 2010)与 F# 一起使用。 It works perfectly for 2008 but I have not tested it with 2010.它在 2008 年完美运行,但我没有在 2010 年对其进行测试。

Update:更新:

The release of F# 2.0 works with the 2010 Integrated shell as well; F# 2.0 的发布也适用于 2010 Integrated shell; see Don Syme's blog post "Announcing the F# 2.0 Free Tools Update" .请参阅 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

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 Basic 2010 速成版
  • Visual Web Developer 2010 Express视觉 Web 开发者 2010 速成版
  • Visual C# 2010 Express Visual C# 2010 速成版
  • Visual C++ 2010 Express Visual C++ 2010 速成版

Source of above. 以上来源。

While F# is not included in VS2010 Express, it appears to be supported in VS2012 Express Web Edition.虽然 F# 不包含在 VS2010 Express 中,但似乎在 VS2012 Express Web 版中受支持。

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

- MSDN - MSDN

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM