Advertisement · 728 × 90

Posts by Dag Brattli

✨Fable v5 ✨ Such great news today ❤️

In addition to JS/TS, Rust, and Dart, the Python target has been significantly improved, and there is also the exciting new BEAM target added to the list. Write once run everywhere 🥰 #fsharp #fablecompiler

4 hours ago 4 2 0 0

If you maintain open source projects, these two tools have been game-changers for me recently:

- EasyBuild.ShipIt by @mangelmaxime.bsky.social
- Repo Assist by @dsyme.bsky.social

- github.com/easybuild-or...
- github.com/githubnext/a...

#fsharp #csharp #dotnet

2 days ago 6 1 0 0
Preview
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 .NET 11 Preview 3 is now available! TypeFighter Replace Queue with mutable doubly-linked EventList by nojaf · Pull Request #3…

F# Weekly #16, 2026 - .NET 11 Preview 3 & SwaggerProvider 4.0 beta #fsharp sergeytihon.com/2026/04/19/f...

2 days ago 12 3 0 0
Preview
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 Your Migration’s Source of Truth: The Modernization Assessment – .NET Blog ASP.NET Core 2.3 end of supp…

F# Weekly #15, 2026 - Akkling, FSharp.Data and RANSAC auto-tune #fsharp sergeytihon.com/2026/04/11/f...

1 week ago 9 2 0 0
Preview
F# Weekly #14, 2026 – Serde.FS Brings Compile-Time RPC to F# Welcome to F# Weekly, A roundup of F# content from this past week: News Serde.FS alpha.9 — Compile-time RPC for F# with no reflection, no controllers Florian Verdonck: Fantomas — exploring new appr…

F# Weekly #14, 2026 - Serde.FS Brings Compile-Time RPC to F# #fsharp sergeytihon.com/2026/04/05/f...

2 weeks ago 16 4 0 0
Preview
F# Weekly #13, 2026 – Deedle 4.0 is out! Welcome to F# Weekly, A roundup of F# content from this past week: News Addendum: Pattern Variations | Safe Clean Architecture Microsoft News Ten Months with Copilot Coding Agent in dotnet/runtime …

F# Weekly #13, 2026 - Deedle 4.0 is out! #fsharp sergeytihon.com/2026/03/29/f...

3 weeks ago 17 6 1 0
Post image
4 weeks ago 0 0 0 0
Preview
F# Weekly #12, 2026 – 11 years of Ionide 🥰 Welcome to F# Weekly, A roundup of F# content from this past week: News NBomber Studio 0.6.2 | NBomber F# Meetup (Recorded at NRK edition), Wed, Mar 25, 2026, 5:30 PM | Meetup Microsoft News Our co…

F# Weekly #12, 2026 - 11 years of Ionide 🥰 #fsharp sergeytihon.com/2026/03/22/f...

4 weeks ago 17 4 0 1

Next week I will present the new work on Fable Beam at Oslo F# Meetup 💫 #fsharp #fablecompiler

1 month ago 13 5 1 0
Advertisement
Preview
F# Weekly #11, 2026 – F# in .NET 11 Preview 2 Welcome to F# Weekly, A roundup of F# content from this past week: News F# in .NET 11 Preview 2 – Release Notes Safe Clean Architecture RFC: How should Fantomas handle lambda expressions that…

F# Weekly #11, 2026 - F# in .NET 11 Preview 2 #fsharp sergeytihon.com/2026/03/14/f...

1 month ago 15 3 0 0
Preview
GitHub - fable-compiler/Fable.Beam: Fable bindings (FFI) for Erlang / OTP Fable bindings (FFI) for Erlang / OTP. Contribute to fable-compiler/Fable.Beam development by creating an account on GitHub.

I've started making some initial binding (FFI). Will definitively look more into how they did things in Gleam. github.com/fable-compil...

1 month ago 1 0 1 0

For List.collect you can also think of it is as flatMap, or mapMerge. In F# you can flatten/merge lists with List.concat

myList
|> List.map (fun n -> [n; n * 2]) // [[1;2]; [2;4]; [3;6]]
|> List.concat // [1; 2; 2; 4; 3; 6]

1 month ago 1 0 0 0
Preview
GitHub - dbrattli/Fable.Actor: F# Actors for Fable and Beam F# Actors for Fable and Beam. Contribute to dbrattli/Fable.Actor development by creating an account on GitHub.

The start of a cross-platform Actor library for F# / Fable ✨ Works on .NET, Python, JS and ... BEAM. Single process except BEAM where you get multi-process and supervision. Same code runs everywhere 🤩 #fablecompiler #fsharp github.com/dbrattli/Fab...

1 month ago 14 3 1 0
Preview
F# Weekly #10, 2026 – Start Your Day With Code That’s Better Welcome to F# Weekly, A roundup of F# content from this past week: News Fable · Announcing Fable 5 Release Candidate nugetz — NuGet package browser Microsoft News Release v1.0 of the official MCP C…

F# Weekly #10, 2026 - Start Your Day With Code That’s Better
#fsharp sergeytihon.com/2026/03/08/f...

1 month ago 10 2 1 0
Preview
Start Your Day With Code That’s Better 🌤️ I have been using GitHub Agentic Workflows to help automate the maintenance of software libraries and tools. The workflow I’m using is called Repo Assist. Here’s my morning today! ⚡ A p…

My morning -->

* A performance improvement
* A feature request analysis
* An engineering improvement

Daily improvements to the software you maintain, delivered to your repos with GitHub Agentic Workflows.

dsyme.net/2026/03/08/s...

1 month ago 6 3 0 0
Preview
RE#: how we built the world's fastest regex engine in F# | ian erik varatalu

RE#: how we built the world's fastest regex engine in F# iev.ee/blog/resharp... #regex #fsharp

1 month ago 32 9 1 0
Fable · What is Fable?

Merged the docs: fable.io/docs/

1 month ago 2 0 0 1
Advertisement

Fable v5-rc.2 is out w/beam support 🥳✨#fsharp #fablecompiler

1 month ago 4 0 1 0
Post image

Finally received this book today 🥰 Fable.Python made me a Python expert. Looking forwards to the Fable.Beam journey ✨

1 month ago 4 0 0 0

Note that there is a bug with the new Beam target and fable-library is unfortunately missing from the bundle. This should be fixed in -rc2 when available. But it will be worth the wait. Fable Beam passes 2241 unit-tests and is surprisingly usable for being a new Fable target 🤩

1 month ago 4 0 1 0

A lot of the work with the Python target has been to improve Python interop, and also to produce Python code that type checks using static type checkers such as Pyright.

1 month ago 0 0 0 0
Fable · Announcing Fable 5 Release Candidate

The wait is over! Fable 5 Release Candidate is officially here.

After a year of hard work from the community, we're bringing you:
✨ .NET 10 & F# 10 support
🐍 A massive Python update (now powered by a Rust core & PyPI!)
🌐 Cleaner JS/TS Pojo bindings

fable.io/blog/2026/20...

#fsharp #fablecompiler

1 month ago 38 13 5 0
Preview
F# Weekly #9, 2026 – Crunching the Technical Debt with Repo Assist Welcome to F# Weekly, A roundup of F# content from this past week: News Pure-F# training/inference workflow around Qwen3-4B with NVFP4 [Poll] Consider changing the default of fsharp_multiline_brack…

F# Weekly #9, 2026 - Crunching the Technical Debt with Repo Assist #fsharp sergeytihon.com/2026/03/01/f...

1 month ago 17 6 0 0
Preview
Open Source is Not About You Open Source is Not About You. GitHub Gist: instantly share code, notes, and snippets.

Remember to complete your 2026 open source training. The training is mandatory for everyone who uses open source software gist.github.com/richhickey/1...

1 month ago 2 0 0 0
Advertisement
Preview
F# Weekly #8, 2026 – Boosting F# Libraries with Automated Agentic AI Welcome to F# Weekly, A roundup of F# content from this past week: News What’s new in 1.1 | Elmish Land Microsoft News Migrate your Semantic Kernel and AutoGen projects to Microsoft Agent Fra…

F# Weekly #8, 2026 - Boosting F# Libraries with Automated Agentic AI #fsharp sergeytihon.com/2026/02/22/f...

1 month ago 9 3 0 0
Preview
GitHub - dbrattli/Fable.Giraffe: Giraffe for Fable.Python Giraffe for Fable.Python. Contribute to dbrattli/Fable.Giraffe development by creating an account on GitHub.

github.com/dbrattli/Fab...

1 month ago 0 0 0 0
Post image

I need to double (and tripple) check this but it seems like Giraffe on Beam is faster than .NET. Is it too good to be true? 🙈 At least the Python perf looks to be true 😆 #fsharp #fablecompiler

1 month ago 10 1 1 0
Post image
2 months ago 2 0 0 0
Video

Timeflies with F# on Fable Beam (Fable v5 teaser) #fsharp #fablecompiler #erlang

2 months ago 6 1 2 0
Preview
F# Weekly #7, 2026 – .NET 11 Preview 1 & Rider 2026.1 EAP 3 Welcome to F# Weekly, A roundup of F# content from this past week: News Boosting F# Libraries with Automated Agentic AI with Don Syme F# debugging improvements in Rider 2026.1. EAP 3 Microsoft News…

F# Weekly #7, 2026 - .NET 11 Preview 1 & Rider 2026.1 EAP 3 #fsharp sergeytihon.com/2026/02/14/f...

2 months ago 14 4 0 0