F# 5 is now out and support for new features like string interpolation. ```fs let name = "Maxime" $"Hello {name}" ```