F# and Visual Studio 2010 Express Edition?

12,946

Solution 1

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.

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".

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

Solution 2

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

  • Visual Basic 2010 Express
  • Visual Web Developer 2010 Express
  • Visual C# 2010 Express
  • Visual C++ 2010 Express

Source of above.

Solution 3

While F# is not included in VS2010 Express, it appears to be supported in 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.

- MSDN

Share:
12,946

Related videos on Youtube

Jalpesh Vadgama
Author by

Jalpesh Vadgama

Hi I am Jalpesh Vadgama a Computer Geek, Mentor, Developer, Microsoft MVP and Life long learner. I have more than 10 years of experience in Microsoft.NET and related technologies. I have been awarded Microsoft Most Valuable Profesional 5 times for technical community contribution. My technical blog: http://www.dotnetjalps.com You can reach me via email at : [email protected] On Twitter: @Jalpesh On LinkedIn - http://www.linkedin.com/in/jalpeshvadgama

Updated on January 26, 2020

Comments

  • Jalpesh Vadgama
    Jalpesh Vadgama about 4 years

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

  • arash maleki
    arash maleki over 11 years
    I am using F# in VS2010 just fine - I believe it is included in the default install.
  • Brian Webster
    Brian Webster over 11 years
    My mistake, I meant VS2010 Express. Fixed.

Related