#fsharp 搜尋結果

Just watched @isaac_abraham 's talk on demystifying the enigma machine and noticed that all 12 #fsharp programmers had given it the thumbs up. I did my bit too of course but unsure if that's sufficient to say there's 13 of us out there now 😂 Very nice talk…

Kulshekhar's tweet image. Just watched @isaac_abraham 's talk on demystifying the enigma machine and noticed that all 12 #fsharp programmers had given it the thumbs up. I did my bit too of course but unsure if that's sufficient to say there's 13 of us out there now 😂

Very nice talk…
Kulshekhar's tweet image. Just watched @isaac_abraham 's talk on demystifying the enigma machine and noticed that all 12 #fsharp programmers had given it the thumbs up. I did my bit too of course but unsure if that's sufficient to say there's 13 of us out there now 😂

Very nice talk…

Hey developers - why are so few of you using F#? 🤔 survey.stackoverflow.co/2025/technology #dotnet #fsharp

plainionist's tweet image. Hey developers - why are so few of you using F#? 🤔
survey.stackoverflow.co/2025/technology
#dotnet #fsharp

#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

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

Functional implementation of Topological Sort in #fsharp

jonas1ara's tweet image. Functional implementation of Topological Sort in #fsharp

Functional implementation of Kruskal's Algorithm in #fsharp

jonas1ara's tweet image. Functional implementation of Kruskal's Algorithm in #fsharp

A simple feedforward neural network implemented in #fsharp

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

Functional implementation of Floyd-Warshall Algorithm in #fsharp

jonas1ara's tweet image. Functional implementation of Floyd-Warshall Algorithm in #fsharp

CloudSeed now runs on an F# + Falco web server. Here's why I moved from Giraffe to Falco - hamy.xyz/blog/2025-01_d… #fsharp

SIRHAMY's tweet image. CloudSeed now runs on an F# + Falco web server.

Here's why I moved from Giraffe to Falco - hamy.xyz/blog/2025-01_d… 

#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

Functional implementation of Dijkstra's algorithm in #fsharp

jonas1ara's tweet image. Functional implementation of Dijkstra's algorithm in #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

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

And now take a look at this beautiful idiomatic #fsharp code to balance parentheses. - It uses an immutable list of F# ('T list), which is persistent and functionally handled, there is no explicit mutability; each "push" creates a new list (although the compiler optimizes this…

jonas1ara's tweet image. And now take a look at this beautiful idiomatic #fsharp code to balance parentheses.

- It uses an immutable list of F# ('T list), which is persistent and functionally handled, there is no explicit mutability; each "push" creates a new list (although the compiler optimizes this…

Well, well, well. We have a problem, implementing this stack explicitly in #fsharp.

jonas1ara's tweet image. Well, well, well. We have a problem, implementing this stack explicitly in #fsharp.


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!


Just published a new version of FsUnit.Light package with new functions for testing exceptions in your tasks nuget.org/packages?q=FsU… #fsharp


Just watched @isaac_abraham 's talk on demystifying the enigma machine and noticed that all 12 #fsharp programmers had given it the thumbs up. I did my bit too of course but unsure if that's sufficient to say there's 13 of us out there now 😂 Very nice talk…

Kulshekhar's tweet image. Just watched @isaac_abraham 's talk on demystifying the enigma machine and noticed that all 12 #fsharp programmers had given it the thumbs up. I did my bit too of course but unsure if that's sufficient to say there's 13 of us out there now 😂

Very nice talk…
Kulshekhar's tweet image. Just watched @isaac_abraham 's talk on demystifying the enigma machine and noticed that all 12 #fsharp programmers had given it the thumbs up. I did my bit too of course but unsure if that's sufficient to say there's 13 of us out there now 😂

Very nice talk…

It took a bit but, I'm glad sometimes I spend more time "tuning" the skill than in the game logic, it means we're close to the game territory rather than core 😅 #fsharp #monogame


F# Weekly #43, 2025 – Sponsorship on NuGet.org & TinyHM 🔷🦔 #fsharp #dotnet #news sergeytihon.com/2025/10/25/f-w…


This is quite good, it opens the doors easy for the #fsharp and @FableCompiler crowd

You can use @remix_run v3 without a build step by using JSDoc and the htm package to replace JSX You can even type `this` in your Remix components using JSDoc If you wonder why do this, no reason in particular, it's nice that everything just works tho Code github.com/sergiodxa/remi…

sergiodxa's tweet image. You can use @remix_run v3 without a build step by using JSDoc and the htm package to replace JSX
You can even type `this` in your Remix components using JSDoc
If you wonder why do this, no reason in particular, it's nice that everything just works tho
Code github.com/sergiodxa/remi…
sergiodxa's tweet image. You can use @remix_run v3 without a build step by using JSDoc and the htm package to replace JSX
You can even type `this` in your Remix components using JSDoc
If you wonder why do this, no reason in particular, it's nice that everything just works tho
Code github.com/sergiodxa/remi…


We are live with our October lightening talks! View our live stream below 👇 youtube.com/live/OdI556d-U… Current talking about #fsharp

dotnetliverpool's tweet image. We are live with our October lightening talks! 

View our live stream below 👇 

youtube.com/live/OdI556d-U…

Current talking about #fsharp
dotnetliverpool's tweet image. We are live with our October lightening talks! 

View our live stream below 👇 

youtube.com/live/OdI556d-U…

Current talking about #fsharp
dotnetliverpool's tweet image. We are live with our October lightening talks! 

View our live stream below 👇 

youtube.com/live/OdI556d-U…

Current talking about #fsharp
dotnetliverpool's tweet image. We are live with our October lightening talks! 

View our live stream below 👇 

youtube.com/live/OdI556d-U…

Current talking about #fsharp

Tired of HCL? Want to use a nice typed API to deploy infra in your favorite programming language? Check out Nelknet.Cdktf! github.com/nelknet/Nelkne… #fsharp #dotnet #csharp


Functional implementation of Floyd-Warshall Algorithm in #fsharp

jonas1ara's tweet image. Functional implementation of Floyd-Warshall Algorithm in #fsharp

Functional implementation of Kruskal's Algorithm in #fsharp

jonas1ara's tweet image. Functional implementation of Kruskal's Algorithm in #fsharp

I'm looking for a couple of FTE permanent developers (one lead) for a client of mine's cloud native product. #fsharp knowledge will be beneficial but is not essential. Same for #react + #typescript. UK is preferred for the senior role but not a must have. #dotnet DM me to find…


Functional implementation of Topological Sort in #fsharp

jonas1ara's tweet image. Functional implementation of Topological Sort in #fsharp

Hey developers - why are so few of you using F#? 🤔 survey.stackoverflow.co/2025/technology #dotnet #fsharp

plainionist's tweet image. Hey developers - why are so few of you using F#? 🤔
survey.stackoverflow.co/2025/technology
#dotnet #fsharp

I wanted to bring #fsharp onto the table but then I saw you are here


Folks always miss out #fsharp here and it's so underrated.


Functional implementation of Dijkstra's algorithm in #fsharp

jonas1ara's tweet image. Functional implementation of Dijkstra's algorithm in #fsharp

"Average" #fsharp-er is a contradiction in terms.


I think you mean C# folk. #fsharp has figured this out for a while now 😀


Scripting small tasks like this one as a standalone .fsx script is a great way to learn #fsharp.

jordan_n_marr's tweet image. Scripting small tasks like this one as a standalone .fsx script is a great way to learn #fsharp.

Just watched @isaac_abraham 's talk on demystifying the enigma machine and noticed that all 12 #fsharp programmers had given it the thumbs up. I did my bit too of course but unsure if that's sufficient to say there's 13 of us out there now 😂 Very nice talk…

Kulshekhar's tweet image. Just watched @isaac_abraham 's talk on demystifying the enigma machine and noticed that all 12 #fsharp programmers had given it the thumbs up. I did my bit too of course but unsure if that's sufficient to say there's 13 of us out there now 😂

Very nice talk…
Kulshekhar's tweet image. Just watched @isaac_abraham 's talk on demystifying the enigma machine and noticed that all 12 #fsharp programmers had given it the thumbs up. I did my bit too of course but unsure if that's sufficient to say there's 13 of us out there now 😂

Very nice talk…

Hey developers - why are so few of you using F#? 🤔 survey.stackoverflow.co/2025/technology #dotnet #fsharp

plainionist's tweet image. Hey developers - why are so few of you using F#? 🤔
survey.stackoverflow.co/2025/technology
#dotnet #fsharp

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

#fsharp number 2 in Hacker News!

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

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

Functional implementation of Kruskal's Algorithm in #fsharp

jonas1ara's tweet image. Functional implementation of Kruskal's Algorithm in #fsharp

Functional implementation of Dijkstra's algorithm in #fsharp

jonas1ara's tweet image. Functional implementation of Dijkstra's algorithm in #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

Functional implementation of Floyd-Warshall Algorithm in #fsharp

jonas1ara's tweet image. Functional implementation of Floyd-Warshall Algorithm in #fsharp

Web development with #fsharp and Fable is always so much fun.

jordan_n_marr's tweet image. Web development with #fsharp and Fable is always so much fun.
jordan_n_marr's tweet image. Web development with #fsharp and Fable is always so much fun.

Functional implementation of Topological Sort in #fsharp

jonas1ara's tweet image. Functional implementation of Topological Sort in #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

Compiling #fsharp to JavaScript... this did not quite go as planned😜

tomaspetricek's tweet image. Compiling #fsharp to JavaScript... this did not quite go as planned😜

Loading...

Something went wrong.


Something went wrong.


United States Trends