F# 1.9.3 Candidate Release Now Available!

[ Update: The release candidate has been updated to F# 1.9.3.14. The additional changes are documented with the release notes below ]

I'm very glad to say that an updated release candidate for F# 1.9.3 is now available (MSI, ZIP). This is F# 1.9.3.14. Here are the full release notes for 1.9.3.14. This is primarily a stabilization release, with some new language and library work. Thanks to James, Ralf, Jomo and Luke for helping us put this together.

**

[ Note: One known installation bug remains in F# 1.9.3.14. It is a particularly strange bug where FSI.EXE does not appear correctly on startup when used from Visual Studio under some configurations of Windows Vista. FSI.EXE can still be used from the command line. ]

[ Note: This release renames fslib.dll and mllib.dll to FSharp.Core.dll and FSharp.Compatibility.dll, a change we've been meaning to make for some time. ]

if you're looking for F# 1.9.3.7 then the MSI and ZIP are still available

Language Additions:

  • Multiple Custom Value Syntax

  • Access Controls

  •  DefaultValue static fields

  • Constructed classes may now be mutually recursive with other types

Library Changes:

· Rename fslib.dll and mllib.dll to FSharp.Core.dll and FSharp.Compatibility.dll

· Improved Library Documentation (thanks to Ralf Herbrich)

· Add Async.Parallel2, Async.Parallel3, WebRequest.GetResponseAsync

Language Cleanup

· As part of the productization of F# we’re looking at doing a “spring clean” of some of the things we’ve got in the language that we may not want to support in the productized version. As a first step, we’ve added warnings and deprecations to some language constructs. See the full release notes for details.

Performance Improvements

· Some performance improvements to "for .. when ..." sequence expressions.

Bug Fixes

· Quite a number of bug fixes – see the full release notes

Enjoy!

Don