Looks like path finding is now working. Since it was Sunday and I touched a bit of grass, I delegated this feature to a Copilot coding agent. So, I went to the bakery for some bread and coffee while this was being done by a bot in a PR Oh this is #fsharp and #monogame btw


Simple Long Short-Term Memory (LSTM) implemented in #fsharp

jonas1ara's tweet image. Simple Long Short-Term Memory (LSTM) implemented in #fsharp

A simple feedforward neural network implemented in #fsharp

jonas1ara's tweet image. A simple feedforward neural network implemented in #fsharp

Fabulous WIP V3 is looking nice. We will have a new Component base API. #fsharp

edgarfsharp's tweet image. Fabulous WIP V3 is looking nice. We will have a new Component  base API. #fsharp

How do I write a REPL in #fsharp?🤔 Do I need a `while true ...`? Naahh, you can do it with lazy sequences

lamg_dev's tweet image. How do I write a REPL in #fsharp?🤔 Do I need a `while true ...`? Naahh, you can do it with lazy sequences

Lid Driven Cavity forming #CFD with #fsharp at 1000 Re using the Lattice Boltzmann Method


It's in and part of the list! :)) #fsharp

tomasgrosup's tweet image. It's in and part of the list! :))

#fsharp

every time I type `dotent` into my terminal #dotnet #fsharp #csharp

Jimmy_Byrd's tweet image. every time I type `dotent` into my terminal

#dotnet #fsharp #csharp

#fsharp Hey guys what's your thoughts on F#? I am learning it right now used ionide extension in VS code

coding_theself's tweet image. #fsharp 

Hey guys what's your thoughts on F#?
I am learning it right now

used ionide extension in VS code

Ahh those were the good ol days #fsharp

rickasaurus's tweet image. Ahh those were the good ol days #fsharp

Teaser: 75x model binding perf improvement is coming to #oxpecker #fsharp

Lanayx's tweet image. Teaser: 75x model binding perf improvement is coming to #oxpecker #fsharp

Good morning, everyone! For once, it's a day when I can turn to things domestic - there's already a rhubarb crumble baking; and maybe to code, where the latest #fsharp 9 PV has broken my build, meaning major work for an AltCover 9.0 this November.

stevegilham1's tweet image. Good morning, everyone!

For once, it's a day when I can turn to things domestic - there's already a rhubarb crumble baking; and maybe to code, where the latest #fsharp 9 PV has broken my build, meaning major work for an AltCover 9.0 this November.

Arithmetic Expression Tree, #fsharp makes math easy.

jonas1ara's tweet image. Arithmetic Expression Tree, #fsharp makes math easy.

The classic tree traversals in #fsharp: inorder (left-root-right), preorder (root-left-right), and postorder (left-right-root). Pure recursion!

jonas1ara's tweet image. The classic tree traversals in #fsharp: inorder (left-root-right), preorder (root-left-right), and postorder (left-right-root). 

Pure recursion!


Looks like path finding is now working. Since it was Sunday and I touched a bit of grass, I delegated this feature to a Copilot coding agent. So, I went to the bakery for some bread and coffee while this was being done by a bot in a PR Oh this is #fsharp and #monogame btw


Lid Driven Cavity forming #CFD with #fsharp at 1000 Re using the Lattice Boltzmann Method


This is a #fsharp project for building and deploying a @Cloudflare based file sharing applet. It builds a React SPA using @FableCompiler and Elmish with a WebDAV Worker and R2 bucket behind it. Users are managed via Cloudflare Secrets. github.com/speakeztech/fs…


#fsharp progress with CloudflareFS. Three sample projects: "HelloWorker", "R2WebDAV" which is a port of the TypeScript project I updated, and a "Simple-CLI" that manages them both via management API (No TOML, no wrangler). @Cloudflare @FableCompiler github.com/speakeztech/Cl…

SpeakezTech's tweet image. #fsharp progress with CloudflareFS. Three sample projects: "HelloWorker", "R2WebDAV" which is a port of the TypeScript project I updated, and a "Simple-CLI" that manages them both via management API (No TOML, no wrangler). @Cloudflare @FableCompiler github.com/speakeztech/Cl…
SpeakezTech's tweet image. #fsharp progress with CloudflareFS. Three sample projects: "HelloWorker", "R2WebDAV" which is a port of the TypeScript project I updated, and a "Simple-CLI" that manages them both via management API (No TOML, no wrangler). @Cloudflare @FableCompiler github.com/speakeztech/Cl…
SpeakezTech's tweet image. #fsharp progress with CloudflareFS. Three sample projects: "HelloWorker", "R2WebDAV" which is a port of the TypeScript project I updated, and a "Simple-CLI" that manages them both via management API (No TOML, no wrangler). @Cloudflare @FableCompiler github.com/speakeztech/Cl…

Simple Long Short-Term Memory (LSTM) implemented in #fsharp

jonas1ara's tweet image. Simple Long Short-Term Memory (LSTM) implemented in #fsharp

Blog post: Tips for unit testing #fsharp Fable apps using .NET: jordanmarr.github.io/fsharp/unit-te…


This is a "summation" posts unpacking a unique mechanism in the Firefly compiler. With #MLIR supporting delimited continuations and interaction nets (through the DCont and Inet dialects) we can contemplate optimal machine code from high level #fsharp. speakez.tech/blog/dcont-ine…


For the last post in my neural networks series, I will share an example of BERT using #fsharp


How do I write a REPL in #fsharp?🤔 Do I need a `while true ...`? Naahh, you can do it with lazy sequences

lamg_dev's tweet image. How do I write a REPL in #fsharp?🤔 Do I need a `while true ...`? Naahh, you can do it with lazy sequences

Hey #fsharp! I was daydreaming and thought this deserves to exist: # TraceShell Ergonomic tracing of function calls and values in F# programs, i.e. print debugging on steroids. Goals: - Declare tracing sessions, including traced functions and variables - Run tracing sessions…


Last few days I've been learning about typechking, following the Typechecker Zoo introduction by Stephen Diehl. Good experience so far, I just didn't write Rust. #fsharp is better for the task.

lamg_dev's tweet image. Last few days I've been learning about typechking, following the Typechecker Zoo introduction by Stephen Diehl. Good experience so far, I just didn't write Rust. #fsharp is better for the task.

Aaah, thanks! I'll try to turn the messy code into something people can actually pay with. It's all #fsharp, obviously :-)


Add it to your aliases and thank me later #fsharp #lean

lamg_dev's tweet image. Add it to your aliases and thank me later #fsharp #lean

💯 The real-world failures Marcus describes stem from models lacking structural constraints. Discriminated unions with units-of-measure can enforce dimensional integrity that prevents distribution shift errors. 🧠 #fsharp speakez.tech/blog/discrimin…

Over and over the problem of distribution shift that I have been warning about for the last three decades recurs — this time in two new papers that show that medical AI often does well in benchmarks but fails in the real world. Elegant tweet below spells out how this mattered in…



After translating an interesting program from #rust to #fsharp my conclusion is that Rust is not worth the pain. Using F#/OCaml makes you friction intolerant.


Simple Long Short-Term Memory (LSTM) implemented in #fsharp

jonas1ara's tweet image. Simple Long Short-Term Memory (LSTM) implemented in #fsharp

every time I type `dotent` into my terminal #dotnet #fsharp #csharp

Jimmy_Byrd's tweet image. every time I type `dotent` into my terminal

#dotnet #fsharp #csharp

#fsharp number 2 in Hacker News!

lamg_dev's tweet image. #fsharp number 2 in Hacker News!

Really looking forward to fsharpConf 2023. What a lineup! #fsharp

almirmesic's tweet image. Really looking forward to fsharpConf 2023. What a lineup!

#fsharp
almirmesic's tweet image. Really looking forward to fsharpConf 2023. What a lineup!

#fsharp
almirmesic's tweet image. Really looking forward to fsharpConf 2023. What a lineup!

#fsharp

Just learned we can make Linux shell scripts with #fsharp

lamg_dev's tweet image. Just learned we can make Linux shell scripts with #fsharp

Look, #fsharp folks... I'm trying, ok? It's about evolution.

RickDotNet's tweet image. Look, #fsharp folks... I'm trying, ok? It's about evolution.

The new Fabulous @AvaloniaUI with support Single Project. So no need to maintain 3 different projects :) #fsharp @fsharponline

edgarfsharp's tweet image. The new Fabulous @AvaloniaUI  with support Single Project. So no need to maintain 3 different projects :) #fsharp @fsharponline

Why F# is a fun programming language hamy.xyz/labs/2024-02_f… #fsharp

SIRHAMY's tweet image. Why F# is a fun programming language 

hamy.xyz/labs/2024-02_f… 

#fsharp

Good morning, everyone! For once, it's a day when I can turn to things domestic - there's already a rhubarb crumble baking; and maybe to code, where the latest #fsharp 9 PV has broken my build, meaning major work for an AltCover 9.0 this November.

stevegilham1's tweet image. Good morning, everyone!

For once, it's a day when I can turn to things domestic - there's already a rhubarb crumble baking; and maybe to code, where the latest #fsharp 9 PV has broken my build, meaning major work for an AltCover 9.0 this November.

Teaser: 75x model binding perf improvement is coming to #oxpecker #fsharp

Lanayx's tweet image. Teaser: 75x model binding perf improvement is coming to #oxpecker #fsharp

#fsharp is about to get support for nested record updates. This is what it looks like in PureScript. Interesting how similar features can be implemented with a slight variation in similar languages. (Bits of #purescript)

Savlambda's tweet image. #fsharp is about to get support for nested record updates. This is what it looks like in PureScript. Interesting how similar features can be implemented with a slight variation in similar languages.
(Bits of #purescript)

Quick Sort lazy and incremental using #fsharp

jonas1ara's tweet image. Quick Sort lazy and incremental using #fsharp

Functional Quick Sort using #fsharp

jonas1ara's tweet image. Functional Quick Sort using #fsharp


#fsharp 8 support in @JetBrainsRider 2023.3 is shaping up great so far!

auduchinok's tweet image. #fsharp 8 support in @JetBrainsRider 2023.3 is shaping up great so far!

#fsharp Hey guys what's your thoughts on F#? I am learning it right now used ionide extension in VS code

coding_theself's tweet image. #fsharp 

Hey guys what's your thoughts on F#?
I am learning it right now

used ionide extension in VS code

Loading...

Something went wrong.


Something went wrong.


United States Trends