I know I can download the "April CTP" to get F# 2.0 for .NET 2.0. But I need FSC and F# Interactive for .NET 4.0. On a machine with VS 2010 installed, it ends up in C:\Program Files (x86)\Microsoft F#\v4.0. Is there a redistributable for this?
|
feedback
|
|
Others have provided good answers; I'll summarize and add one more bit (2nd bullet):
(possibly see also this for a similar discussion but no extra info, as well as this Connect request) | ||||
|
feedback
|
|
The redistributable, for the F# runtime, is available at the following link, but unfortunately doesn't include the compiler or F# interactive: http://www.microsoft.com/downloads/details.aspx?FamilyID=5f0a79f8-925f-4297-9ae2-86e2fdcff33c&displaylang=en If you already have VS2010 installed on the machine there shouldn't be no need to install it, as the compiler, fsi, and F# runtime will be installed with VS. It should be just a matter of adding the directory containing the compiler to the path, so the shell can find it (if you want to use the compiler/fsc from the command-line). | |||||||
feedback
|
|
I think that there is no standalone installation of F# for .NET 4.0 (similar to the standalone installation for .NET 2.0). The reason probably is that F# for .NET 4.0 is simply meant to be distributed only as part of Visual Studio 2010 and not separately (just like other core Visual Studio languages). If you need to use | |||||||||||
feedback
|
|
This is an old question, but I came across it and thought that I'd add an update for people who find it through Google: The current version of the F# CTP (April 2011) includes both .NET 2.0 and .NET 4.0 binaries, including FSI.exe. On my install...
| |||
|
feedback
|