Here's an end-of-year 'checkpoint' that dives into some of the whys and wherefores of our "fsnative" fork of #fsharp, particularly in context of adding posit math capability to the ecosystem.

https://speakez.tech/blog/bringing-posit-arithmetic-to-fsharp/

Ok @futzle - late, but your 12 days challenge finally #nerdsniped me.. Super torn on the best way to abuse #fsharp. The dark horse approach would be to use simple loops but I went traditional, since it's #xmas season and just piped and tacit programmed it till it's undebuggable / unreadable..

https://github.com/daz10000/puzzles/blob/master/XMas/12days.fsx

#fsharp We have decided to put the Fidelity Framework elements in their own GitHub org. Everything is still in fairly early days. We don't expect many community contributions at this point but we wanted to be sure that folks will see the work progressing in the open.

https://github.com/FidelityFramework

Fidelity Framework

F# native application platform. Fidelity Framework has 12 repositories available. Follow their code on GitHub.

GitHub
Chasing entropy through software is solving the problem backwards. Algorithmic debiasing discards most of the samples. Whitening functions add attack surface. The answer: design hardware/software together using established mathematical principles. #fsharp https://speakez.tech/blog/xor-a-quantum-case-study/

⚡️ F# Weekly #52: A Fresh Start for 2025

🏷️ #devdigest #dotnet #net #fp #fsharp

https://devdigest.today/goto/5234

F# Weekly #52, 2025 – Happy New Year

Welcome to F# Weekly, A roundup of F# content from this past week: News F# Advent Calendar in English 2025 – Sergey Tihon’s Blog How AI fixed my procrastination – Visual Studio Blog Vid…

Sergey Tihon's Blog

The last few days have been dedicated to two things
1. Performance
2. Finally, some GUI indicators

This now runs smoothly at around 170MB RAM (in intense activity moments), much less than your average chrome tab 🤣

Code lives at
https://github.com/AngelMunoz/Kipo

#dotnet #monogame #fsharp #gamedev #buildinpublic

@flq i just reached part two of day 6. Doing it in #fsharp though. I heavily over engineered day 2 (the one with the voltage). Took me two days and then the solution was so simple I cringed 🫣😃

I started working on some GUI elements now that more complex stuff is settled

Still a long way to go but at least it is starting to look like an actual game

Tracking PR
https://github.com/AngelMunoz/Kipo/pull/20

#monogame #fsharp #dotnet #gamedev

I haven’t really seen claims that #Clojure's REPL is new or unique, but this article is interesting nevertheless https://dev.to/dimension-zero/no-clojure-your-repl-is-not-new-or-best-556

Having spent some time with #Erlang, #OCaml and #FSharp I still believe that interactive programming works best with Lisp-like languages. But a powerful REPL is aways handy.

No, Clojure: your REPL is not new – or best

Spend any time around Clojure's devoted community and you'll encounter a cluster of claims: the...

DEV Community

Not every day you get the chance to use SRTPs in F# but when you need a small and quick DSL for something non-F# friendly they can save you

When people say "But dotnet is C# and F# is an afterthought" I mean perhaps for those authors but the language JUST WORKS

Like for real if your excuse to not use F# is because libraries are C#, you're being really shortsighted
anyways Here's the code
https://github.com/AngelMunoz/Kipo/blob/feat/hud/Pomo.Core/UI/MyraExtensions.fs

#dotnet #fsharp