
F# Online
2.4K posts

F# Online
@fsharponline
Supporting the worldwide #fsharp community via online channels https://t.co/9R25QDnqh8 https://t.co/aTRv2VYgs8
加入时间 Mart 2020
8 关注2K 粉丝
置顶推文

F# Online will be moving to Bluesky (as well as Mastodon, YouTube), and will no longer amplify content posted here.
Here's an F# starter pack on Bluesky go.bsky.app/SZQgDn8
English
F# Online 已转推

Just ported microgpt (Karpathy's beautiful zero-dependency GPT in ~200 LOC Python) to #fsharp!
Based on @MSkuta's clean #csharp version — he took Karpathy's original to another level with a few optimizations: SIMD vectorization (System.Numerics.Vector), iterative backprop, zero-allocation hot paths, loop unrolling.
Inspired by that work, I translated the C# code into F# while preserving the same performance profile and adding a functional flavor:
- Expressive pipelines and immutability by default
- Concise syntax leveraging F#'s type inference
- Still fully single-file, runs via dotnet fsi
github.com/martinskuta/mi…
English
F# Online 已转推

@Cl4s3nTorben @its_bvisness And... there's a lot more to #fsharp than #ocaml speakez.tech/blog/standing-…
English
F# Online 已转推

New JDeck Release,
This release adds a few missing data types for encoders, decoders.
#dotnet #fsharp #json #serialization
English
F# Online 已转推
F# Online 已转推

FS.FluentUI.Charts is now v 1.0.3! 🚀🚀🚀
I added the PolarChart component. Check it out!
github.com/sydsutton/FS.F…
nuget.org/packages/FS.Fl…
#fsharp #fsharpweekly #dotnet #fluentUI #UI

English
F# Online 已转推

#fsharp is great because you can just throw random bits of code anywhere as long as you bundle it into some parenthesis or use the correct indentation
Keeps the scope under control to not leak out bindings to the following code

English
F# Online 已转推

Trend is to generate a compiler using LLM... So here is my contribution: FScript, an embeddable #fsharp lang inspired interpreter. Entirely developed with Codex, no shame 😃
github.com/MagnusOpera/FS…
English
F# Online 已转推

Indeed how are the #fsharp folks doing in these AI days?
I can sy it has been working nicely for me though 😁
Matthew Phillips@matthewcp
The future of programming languages and libraries is being small, fast and composable. The more ways to do things the more wasted tokens. The training data will keep software around that aren't these things around for a while, but not permanently.
English
F# Online 已转推

Just had a bizarre interaction with Codex where it seemed to forget how pattern matching in #fsharp works
It thought that
match true with
| true
| false -> "yep"
is logically different to
match true with
| _ -> "yep"
It seemed to think -> had to be present on every line
English
F# Online 已转推

@its_bvisness This is great! Wait until you see what we do with graph visualization in the Fidelity framework. We're working on pivoting from the 'standard' #fsharp toolchain right now.
speakez.tech/blog/why-fshar…
English
F# Online 已转推

ABSOLUTELY. :) Using it with the wonderful falcoframework sdk, the only way to fly. github.com/falcoframework…
fsharp for the win. I use it with Falco and Falco.Markup. it's very nice. I'm using it on my full time project for work which I can't really show any examples of publicly, but it's ruined me forever the same way fsharp ruined me forever. not doing it any other way from here on out, that's for sure.
English
F# Online 已转推

FS.FluentUI is now v 3.0.1! 🚀🚀🚀
Thanks for the PR, @rbertels !
nuget.org/packages/FS.Fl…
github.com/sydsutton/FS.F…
#fsharp #fsharpweekly #dotnet #fluentUI #UI
English
F# Online 已转推

SqlHydra - v3.4 is out today. It is a rollup of the last two releases. Lots of nice, new features and some deprecated ones to help transition into an upcoming v4.0. #fsharp
github.com/JordanMarr/Sql…
English

F# Online will be moving to Bluesky (as well as Mastodon, YouTube), and will no longer amplify content posted here.
Here's an F# starter pack on Bluesky go.bsky.app/SZQgDn8
English

F# 9 will bring nullability support.
In NBomber v6, we plan to update some of our public APIs by replacing the Option type with null.
One such example is our Response<T> type. In addition, we reduce allocations.
learn.microsoft.com/en-us/dotnet/f…
#dotnet #fsharp #csharp

English
.NET 9 has well-documented breaking changes per area: learn.microsoft.com/en-us/dotnet/c…
Even if you do not use any of the libraries directly, there is a change in float>int conversions which can affect #fsharp programs as well.
learn.microsoft.com/en-us/dotnet/c…
(change is for the better!)
English


