From b6e5d2366498776f0dca00f564f199d21b70af26 Mon Sep 17 00:00:00 2001 From: Edgar Gonzalez Date: Sun, 10 Nov 2024 21:00:33 +0000 Subject: [PATCH 1/2] What is new in F# 9 session --- src/content/sessions/2024-11-15.md | 36 ++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/content/sessions/2024-11-15.md diff --git a/src/content/sessions/2024-11-15.md b/src/content/sessions/2024-11-15.md new file mode 100644 index 0000000..88a1002 --- /dev/null +++ b/src/content/sessions/2024-11-15.md @@ -0,0 +1,36 @@ +--- +title: "What is new in F# 9" +preview: "" +isDraft: true +date: 2024-11-15T14:00:00.000Z +slug: "2024/11/15" +champion: "The F# team" +zoomLink: "" +zoomPasscode: "F#9" +issueLink: "" +company: "Microsoft" +youtubeId: "" +--- + +## Topic + +The release of .NET 9 is just a few weeks away, meaning version 9 of F# is also just around the corner. +In this very special session, the F# team itself will talk about what the .NET world can expect from this release. +A lot of great work from the team members and the community has been done to make this the best version of F# to date: + +- New language features +- Performance improvements +- Better tooling support + +Let's have a tour of what's to come from the very heart of F#. + +## Champions + +- [Petr Pokorny](https://github.com/0101) + +## Additional references + +- [What's new in F# 9](https://learn.microsoft.com/en-us/dotnet/fsharp/whats-new/fsharp-9) +- [Language](https://fsharp.github.io/fsharp-compiler-docs/release-notes/Language.html) +- [FSharp.Core](https://fsharp.github.io/fsharp-compiler-docs/release-notes/FSharp.Core.html) +- [FSharp.Compiler.Service](https://fsharp.github.io/fsharp-compiler-docs/release-notes/FSharp.Compiler.Service.html) From a9cb89a5399d50fb713fe3bd5e7504566ccecd9c Mon Sep 17 00:00:00 2001 From: Edgar Gonzalez Date: Mon, 11 Nov 2024 16:34:16 +0000 Subject: [PATCH 2/2] Add zoom link --- src/content/sessions/2024-11-15.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/sessions/2024-11-15.md b/src/content/sessions/2024-11-15.md index 88a1002..68eb80b 100644 --- a/src/content/sessions/2024-11-15.md +++ b/src/content/sessions/2024-11-15.md @@ -1,11 +1,11 @@ --- title: "What is new in F# 9" -preview: "" +preview: "F# 9" isDraft: true date: 2024-11-15T14:00:00.000Z slug: "2024/11/15" champion: "The F# team" -zoomLink: "" +zoomLink: "https://us06web.zoom.us/j/82751176036?pwd=s10NUcpJfX1FqUm2whPjc9Uzlcr9U0.1" zoomPasscode: "F#9" issueLink: "" company: "Microsoft"