LINQPad support for F# 5?
F# 5 has annouced/released recent:
https://devblogs.microsoft.com/dotnet/announcing-f-5/
I hope LINQPad 6 will support F# 5 also
// Basic interpolated string let name = "Phillip" let age = 29 printfn $"Name: {name}, Age: {age}" // Inline expressions printfn $"I think {3.0 + 0.14} is close to {System.Math.PI}!"
Comments
It's not likely to be supported until this bug is fixed:
https://github.com/dotnet/fsharp/issues/8560
They don't seem to be in any hurry - perhaps you could add to that thread.
Done!
Seems to have missed the train for 16.10, so I think earliest we'll see it is VS 2022.
Try the latest LINQPad 6 beta:
https://www.linqpad.net/linqpad6.aspx#beta
I've come up with a workaround for the bug in FSharp.Compiler.Service. (It looks like the F# team will never fix it.)