Reputation: 11702
I want to start playing with f#. What is the CTP of F# about?
Is it something I can use to install in vs2008? What about express?
Upvotes: 0
Views: 313
Reputation: 118915
See also
https://stackoverflow.com/questions/734525/getting-started-with-f
which talks about 'tools needed' as well as tutorials, etc.
Upvotes: 3
Reputation: 24561
Doesn't work with Express, but you can use Visual Studio Shell.
Upvotes: 2
Reputation: 272417
CTP = Community Technology Preview
The CTP should install ok into VS2008. I've installed it into the Visual Studio Shell with no problems (it works fine so long as the shell is installed prior to the CTP)
See this blog entry for more info re. the CTP and the VS installation.
Upvotes: 7
Reputation: 51548
CTP = Community Technology Preview. You can download the F# msi and install it with your current VS2008.
I'm not sure if it works with Express, but there's also a free visual studio shell as well.
Upvotes: 3