F# Weekly #23, 2026 – Wolverine/Marten F# Improvements

Welcome to F# Weekly,

A roundup of F# content from this past week:

Microsoft News

Wolverine and Marten Just Got Better for F# Folks jeremydmiller.com/2026/06/01/w… #dotnet #fsharp #marten #wolverine

Jeremy D. Miller (The Shade Tree Developer) (@jeremydmiller.bsky.social) 2026-06-01T19:16:59.870Z

Videos

Blogs

If you're following my ongoing blog post series on event sourcing and have any questions, feel free to ask here or in the post comments. Not just about event sourcing. I'm especially happy to answer questions about the F# samples.www.planetgeek.ch/tag/event-so… #EventSourcing #fsharp #dotnet

Urs Enzler (@ursenzler.bsky.social) 2026-06-04T08:20:02.921Z

New Releases

New Mibo.Raylib ReleaseThis is a fast follow release, it adds support for normal maps in the 2D renderer and skeletal animation for the 3D render> dotnet add package Mibo.Raylib 1.1.0#dotnet #fsharp #gamedev #raylib

Angel Munoz (@tunaxor.me) 2026-06-01T19:43:16.331Z

That’s all for now. Have a great week.

If you want to help keep F# Weekly going, click here to jazz me with Coffee!

Buy Me A Coffee

F# Weekly #22, 2026 – Fable 5.1 & Mibo.Raylib 1.0

Welcome to F# Weekly,

A roundup of F# content from this past week:

News

Fable v5.1.0 is out 🎉Several bugfixes for most targets, and a few new features as well github.com/fable-compil… #fsharp #fablecompiler

Dag Brattli (@dbrattli.bsky.social) 2026-05-29T15:15:23.711Z

Microsoft News

Videos

Blogs

Highlighted projects

New Releases

Mibo.Raylib 1.0.0 is out!An F# micro framework for building code-first games > dotnet new install Mibo.Raylib.Templates> dotnet new mibo-2d -o MyGame> cd MyGame && dotnet run#dotnet #fsharp #raylib #raylibcs

Angel Munoz (@tunaxor.me) 2026-05-31T02:20:12.696Z

That’s all for now. Have a great week.

If you want to help keep F# Weekly going, click here to jazz me with Coffee!

Buy Me A Coffee

F# Weekly #21, 2026 – Scriptorium, Elmish Land 2.0 Preview & RProvider 3.0

Welcome to F# Weekly,

A roundup of F# content from this past week:

News

A new test framework joining the F# ecosystem: Scriptorium.It is designed from the ground up as a cross-target testing framework, seamlessly supporting both F# .NET and Fable compilation targets (JavaScript only at the time of writing)fable-hub.github.io/Scriptorium/#fsharp #fablecompiler

Maxime (@mangelmaxime.bsky.social) 2026-05-18T13:45:57.590Z

Microsoft News

Videos

Blogs

Oh nice, Scott Wlaschin's Domain Modeling Made Functional is in the Functional Programming Humble Bundle! #fsharp https://www.humblebundle.com/books/ultimate-functional-programming-pragmatic-programmers-books

Loïc Denuzière (@tarmil.mastodon.tarmil.fr.ap.brid.gy) 2026-05-19T09:49:41.000Z

Highlighted projects

  • DataficationSDK/Verso — Extensible interactive notebook platform for .NET. Every built-in feature, from the C# kernel to the dashboard layout, is an extension built on the same public interfaces available to third-party authors. Runs in VS Code and the browser.
  • bartul/imperium — Strategy board game engine for Imperial (Mac Gerdts), exploring F# DDD and CQRS patterns
  • fsprojects/FSharp.Control.R3 — Extensions and wrappers for using R3 reactive programming with F#
  • ScottArbeit/Grace — Grace Version Control System built in F# with Orleans and cloud-native design

With the latest Notepad++ there is a Treesitter v1.1 plugin that supports #fsharp and many other languages

Tuomas Hietanen (@thoriumi.bsky.social) 2026-05-20T21:10:39.213Z

New Releases

That’s all for now. Have a great week.

If you want to help keep F# Weekly going, click here to jazz me with Coffee!

Buy Me A Coffee

F# Weekly #20, 2026 – .NET 11 Preview 4 and SwaggerProvider 4.0

Welcome to F# Weekly,

A roundup of F# content from this past week:

News

"[System.Text.Json] now understands F# discriminated unions out of the box" github.com/dotnet/core/…

Jon Sagara (@jonsagara.com) 2026-05-13T15:32:43.689Z

Microsoft News

Videos

Blogs

Highlighted projects

  • Azizs2162/fyper — Build type-safe Cypher queries in F# with plain records, query expressions, and automatic parameterization
  • agentruntimecontrolprotocol/fsharp-sdk — F# / .NET reference SDK for ARCP (Agent Runtime Control Protocol) with durable execution and human-in-the-loop support
  • MagnusOpera/FScript — Functional language interpreter inspired by F#/ML, with type inference and LSP support
  • goswinr/Euclid — A 2D and 3D geometry library for F# (and JavaScript via Fable)
  • elekvk/FocusQuest — Gamified productivity web app built with F#, Bolero and ASP.NET Core

New Releases

SwaggerProvider v4.0.0 is live! 🎉 #fsharpOverhauled for speed, cleaner code gen, and better developer ergonomics.⚡ Blazing fast zero-allocation hot paths📅 Native DateOnly & TimeOnly support📝 Richer IDE docs via inline XmlDoc⚠️ Breaking: Legacy v2 compiler removedgithub.com/fsprojects/S…

Sergey Tihon 🦔🦀 (@sergeytihon.com) 2026-05-16T18:26:10.183Z

That’s all for now. Have a great week.

If you want to help keep F# Weekly going, click here to jazz me with Coffee!

Buy Me A Coffee

F# Weekly #19, 2026 – Understanding Compilers Through an Algebraic Expression Compiler

Welcome to F# Weekly,

A roundup of F# content from this past week:

Microsoft News

Videos

Blogs

There you go: #fsharp adabeat.com/fp/ai-f-fast…

(@halcwb.bsky.social) 2026-05-04T19:07:14.386Z

Highlighted projects

  • Neftedollar/FsMcp — Idiomatic F# toolkit for building Model Context Protocol (MCP) servers and clients with type safety and computation expressions
  • WillEhrendreich/SageFs — Sage Mode for F# development — REPL with solution loading, Live Testing, Hot Reload, and MCP server support
  • fs-fio/fio — A type-safe, purely functional effect system for asynchronous and concurrent F#
  • Neftedollar/ll-lang — Write once, compile to F#, TypeScript, Python, Java, and C# — LLM-optimized syntax with self-hosting
  • jonas1ara/Algebraic-Tiny-Compiler — Understanding compilers through algebra

New Releases

This is what is happening right now. Claude uses the fsi-mcp to slowly and step by step implement a plan in #fsharp. AI + #sharp + #fsi-mcp

(@halcwb.bsky.social) 2026-05-07T09:06:48.150Z

That’s all for now. Have a great week.

If you want to help keep F# Weekly going, click here to jazz me with Coffee!

Buy Me A Coffee

F# Weekly #18, 2026 – Game Boy Emulator in F#

Welcome to F# Weekly,

A roundup of F# content from this past week:

Microsoft News

Videos

Blogs

My friend Nick wrote a Game Boy Emulator with #fsharp and here is his journey nickkossolapov.github.io/fame-boy/bui…

Fer (@lferc.bsky.social) 2026-05-01T08:18:27.829Z

Highlighted projects

  • nickkossolapov/fame-boy — A Game Boy emulator written entirely in F#
  • fable-compiler/Fable.Beam — F# to Erlang/BEAM transpiler, opening the door to F# on the Erlang ecosystem
  • vykrum/Hywe — Active design sandbox for weaving spatial topology and flow-based hierarchies via design computation, built with F# and WebAssembly
  • Savelenko/FSharp.Control.Fold — Represent folding of data structures and streams as composable values via F# applicative computation expressions

New Releases

Agent.NET rc.8 is released!It adds a couple nice-to-have features that clean up the code nicely, and updates to the latest stable MAF versions.github.com/JordanMarr/A… #fsharp

Jordan Marr (@jordanmarr.bsky.social) 2026-04-27T21:48:26.050Z

That’s all for now. Have a great week.

If you want to help keep F# Weekly going, click here to jazz me with Coffee!

Buy Me A Coffee

F# Weekly #17, 2026 – Fable 5.0

Welcome to F# Weekly,

A roundup of F# content from this past week:

News

Fable 5 has been released 🎉This is the result of almost 1 year and a half of work from the community and the maintainers.Huge thank you to everyone involved. ❤️#fsharp #fablecompiler

Maxime (@mangelmaxime.bsky.social) 2026-04-21T15:53:57.143Z

Microsoft News

Videos

Blogs

Highlighted projects

  • tommililja/Farse — Simple, explicit JSON parsing for F# using System.Text.Json
  • fs-fio/fio — A type-safe, purely functional effect system for asynchronous and concurrent F#
  • njlr/thoth-json-ce — Computation Expression for building Thoth.Json decoders
  • Neftedollar/FsMcp — Idiomatic F# toolkit for building MCP servers and clients with computation expressions and zero boilerplate
  • QuickData.FSharp — Public repository for the QuickData.FSharp packages.

New Releases

Oxpecker.Solid 1.0 has been released with Fable 5 support #fsharp #oxpecker

Vladimir Shchur (@lanayx.bsky.social) 2026-04-24T03:04:34.954Z

That’s all for now. Have a great week.

If you want to help keep F# Weekly going, click here to jazz me with Coffee!

Buy Me A Coffee

F# Weekly #16, 2026 – .NET 11 Preview 3 & SwaggerProvider 4.0 beta

Welcome to F# Weekly,

A roundup of F# content from this past week:

News

Microsoft News

Just released SwaggerProvider 4.0.0-beta01 that wrap nullable strings in Option<string>. Try it out and share your feedback! fsprojects.github.io/SwaggerProvi… #fsharp

Sergey Tihon 🦔🦀 (@sergeytihon.com) 2026-04-16T17:04:11.473Z

Videos

Blogs

Highlighted projects

  • pblasucci/ananoid — Ananoid provides nano identifiers, an alternative to UUIDs.
  • Neftedollar/fyper — Type-safe Cypher query builder for F# with computation expressions for Neo4j and Apache AGE, zero dependencies
  • TheFellow/fkyeah — F# pipeline engine for multi-stage AI workflows and LLM orchestration
  • Neftedollar/orleans-fsharp — Idiomatic F# API for Microsoft Orleans using computation expressions, with full Orleans 10.0.1 parity and 800+ tests
  • venikman/ACP-inspector — Debug and validate Agent Client Protocol (ACP) traffic for AI coding agents

New Releases

We will remove the Fantomas Discord in favour of a channel on the #fsharp one: discord.com/channels/196…See you there!

Florian Verdonck (@nojaf.com) 2026-04-14T12:53:31.821Z

That’s all for now. Have a great week.

If you want to help keep F# Weekly going, click here to jazz me with Coffee!

Buy Me A Coffee

F# Weekly #15, 2026 – Akkling, FSharp.Data and RANSAC auto-tune

Welcome to F# Weekly,

A roundup of F# content from this past week:

Microsoft News

I love that FSharp.Data is being worked on again #fsharp github.com/fsprojects/F…

Jon Sagara (@jonsagara.com) 2026-04-07T15:00:35.292Z

Videos

Blogs

bonfire.mavnn.eu/pub/objects…So this is very much a work in progress (see me having to quote the post to add the hashtags…), but meet `fediverss` – a simple F# program that puts your static blog rss in the fediverse. #activitypub #fsharp #blog

Michael Newton (@mavnn.bonfire.mavnn.eu.ap.brid.gy) 2026-04-10T12:19:17.506Z

Highlighted projects

  • Neftedollar/FsMcp — Idiomatic F# toolkit for building Model Context Protocol (MCP) servers and clients with type safety and computation expressions
  • MagnusOpera/FScript — Functional language interpreter inspired by F#/ML, with type inference and LSP support
  • michaelglass/Falco.UnionRoutes — Type-safe routing with discriminated unions for the Falco web framework
  • Neftedollar/ll-lang — Statically typed functional language designed for LLM code generation with token-efficient syntax
  • jmeyerhoefer/Testify — F# testing library with a deeply embedded DSL for quotation-based assertions and property-style checks

New Releases

Grab the #pxlclock VS Code extension ("PXL Clock), code your own pixogram in #csharp, and ping me here: I'll record it on the real hardware and post the video.Who makes the coolest one?VS Code: marketplace.visualstudio.com/items?itemName=pxlclock.pxl-clock#pxlclock #csharp #fsharp

SchlenkR (@schlenkr.bsky.social) 2026-04-05T17:33:08.495Z

That’s all for now. Have a great week.

If you want to help keep F# Weekly going, click here to jazz me with Coffee!

Buy Me A Coffee