#fsharp wyniki wyszukiwania

The next lab from my tiny systems course is up. Learn how to write your own small implementation of the logic programming language Prolog in #fsharp!

tomaspetricek's tweet image. The next lab from my tiny systems course is up.

Learn how to write your own small implementation of the logic programming language Prolog in #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

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

While I was taking a few days off someone has been busy. Fable 4.24.0 is out 🎉 Thanks ncave for the work and all the people who reported an issue. #fsharp @FableCompiler

MangelMaxime's tweet image. While I was taking a few days off someone has been busy.

Fable 4.24.0 is out 🎉

Thanks ncave for the work and all the people who reported an issue.

#fsharp @FableCompiler

Here's my (cursory) take on FuncUI, for the 2 #Fsharpdevs who follow me: 1. I love that F# is super expressive and precise with meaning when dealing with components. 2. I'm not for DSL's in C#, but for #AvaloniaUI and #Fsharp it works perfectly in components because no longer…

Mike_Preston17's tweet image. Here's my (cursory) take on FuncUI, for the 2 #Fsharpdevs who follow me:

1. I love that F# is super expressive and precise with meaning when dealing with components.

2. I'm not for DSL's in C#, but for #AvaloniaUI and #Fsharp it works perfectly in components because no longer…
Mike_Preston17's tweet image. Here's my (cursory) take on FuncUI, for the 2 #Fsharpdevs who follow me:

1. I love that F# is super expressive and precise with meaning when dealing with components.

2. I'm not for DSL's in C#, but for #AvaloniaUI and #Fsharp it works perfectly in components because no longer…

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

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

#FSharp 10 is here! This refinement-focused update enhances language ergonomics, boosts performance, and optimizes compiler behavior for everyday functional development. Details here 👉 bit.ly/47QOIY5 #InfoQ #DotNet #SoftwareDevelopment

InfoQ's tweet image. #FSharp 10 is here!

This refinement-focused update enhances language ergonomics, boosts performance, and optimizes compiler behavior for everyday functional development.

Details here 👉 bit.ly/47QOIY5 

#InfoQ #DotNet #SoftwareDevelopment

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

Did you know you can create some really remarkable looking TUI's completely in #fsharp?

compositionalit's tweet image. Did you know you can create some really remarkable looking TUI's completely in #fsharp?

Ahh those were the good ol days #fsharp

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

A simple feedforward neural network implemented in #fsharp

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

What's bad about F#? * Small community - few libraries, few maintainers * Hard to find F# developers * C# libs, dotnet leans OO Lessons from 5 years running F# in production - hamy.xyz/labs/2024-12_5… #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.

Thanks to recent contribution EasyBuild.FileSystemProvider reached stable release. If you are upgrading you probably want to replace RelativeFileSystem with AbsoluteFileSystem to get the same behavior as before. I didn't use the right naming from the start 🙈 #fsharp

MangelMaxime's tweet image. Thanks to recent contribution EasyBuild.FileSystemProvider reached stable release.

If you are upgrading you probably want to replace RelativeFileSystem with AbsoluteFileSystem to get the same behavior as before. I didn't use the right naming from the start 🙈 

#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!


#FSharp 10 is here! This refinement-focused update enhances language ergonomics, boosts performance, and optimizes compiler behavior for everyday functional development. Details here 👉 bit.ly/47QOIY5 #InfoQ #DotNet #SoftwareDevelopment

InfoQ's tweet image. #FSharp 10 is here!

This refinement-focused update enhances language ergonomics, boosts performance, and optimizes compiler behavior for everyday functional development.

Details here 👉 bit.ly/47QOIY5 

#InfoQ #DotNet #SoftwareDevelopment

Cool more, progress! Now that we have a map rendering with objects, zones and such! #dotnet #fsharp #monogame

angel_d_munoz's tweet image. Cool more, progress!
Now that we have a map rendering with objects, zones and such!

#dotnet #fsharp #monogame

#fsharp it was even marketed as a "better python" for a brief time 😏


Slowly getting back on track I think most of the "Major" work is ready I was able to go back again to AI behaviors I need to design a simple isometric test scenario in tiled2d which is the most tedious part I suck at non-coding tasks (well coding too) #fsharp #monogame #dotnet


JDeck goes 1.0.0! Added a few extra decoders and encoders that may be of use for you. Also given that it has been working just fine for a few months already I decided to bump it to v1 github.com/AngelMunoz/JDe… #dotnet #fsharp


Fable 5.0.0-alpha.15 released! devtalk.com/t/223286 #Fable #FSharp # #devtalk


Sometimes you got to do what you got to do, until you can do what you want to do. . . #fsharp


Reason #4 F# Sucks: C# steals F# features 10 years later C# now has: * Immutable records * Pattern matching * Discriminated unions * Pipes * Null safety And I'm happy for them! A little slow but hey they did it. hamy.xyz/blog/2025-06_7… #fsharp


Explore how Microsoft’s F# 10 brings language and tooling enhancements to streamline functional development on .NET, helping you write more concise, robust code faster. #dotnet #FSharp #FunctionalProgramming hubs.ly/Q03TLnzZ0

TrailheadTech's tweet image. Explore how Microsoft’s F# 10 brings language and tooling enhancements to streamline functional development on .NET, helping you write more concise, robust code faster. #dotnet #FSharp #FunctionalProgramming

hubs.ly/Q03TLnzZ0

Yearly #fsharp post is out as well, published on the @dotnet blog. Apart from features (it mimics the docs in that regard), make sure to read the community showcase and appreciate the hard work done by the F# community - 25 unique contributors to F# 10. devblogs.microsoft.com/dotnet/introdu…


dotnet new --install Fun.Blazor.Templates::4.2.0 Released to use #dotnet 10. #fsharp #blazor slaveoftime.github.io/Fun.Blazor.Doc…

slaveoftime1's tweet image. dotnet new --install Fun.Blazor.Templates::4.2.0

Released to use #dotnet 10. #fsharp #blazor
slaveoftime.github.io/Fun.Blazor.Doc…

Here's my (cursory) take on FuncUI, for the 2 #Fsharpdevs who follow me: 1. I love that F# is super expressive and precise with meaning when dealing with components. 2. I'm not for DSL's in C#, but for #AvaloniaUI and #Fsharp it works perfectly in components because no longer…

Mike_Preston17's tweet image. Here's my (cursory) take on FuncUI, for the 2 #Fsharpdevs who follow me:

1. I love that F# is super expressive and precise with meaning when dealing with components.

2. I'm not for DSL's in C#, but for #AvaloniaUI and #Fsharp it works perfectly in components because no longer…
Mike_Preston17's tweet image. Here's my (cursory) take on FuncUI, for the 2 #Fsharpdevs who follow me:

1. I love that F# is super expressive and precise with meaning when dealing with components.

2. I'm not for DSL's in C#, but for #AvaloniaUI and #Fsharp it works perfectly in components because no longer…

The next lab from my tiny systems course is up. Learn how to write your own small implementation of the logic programming language Prolog in #fsharp!

tomaspetricek's tweet image. The next lab from my tiny systems course is up.

Learn how to write your own small implementation of the logic programming language Prolog in #fsharp!

PDF Extraction with #Microsoft Agent Framework and #fsharp If you're a #dotnet developer and wondering how you can get started with #ai-powered development, you might be interested in my new blog. ryan-palmer.github.io/2025/11/03/doc…


#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

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

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

When you can't be bothered to type `Option.defaultValue` anymore. #fsharp #csharp

jordan_n_marr's tweet image. When you can't be bothered to type `Option.defaultValue` anymore. #fsharp #csharp
jordan_n_marr's tweet image. When you can't be bothered to type `Option.defaultValue` anymore. #fsharp #csharp
jordan_n_marr's tweet image. When you can't be bothered to type `Option.defaultValue` anymore. #fsharp #csharp

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 number 2 in Hacker News!

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

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.

Here's my (cursory) take on FuncUI, for the 2 #Fsharpdevs who follow me: 1. I love that F# is super expressive and precise with meaning when dealing with components. 2. I'm not for DSL's in C#, but for #AvaloniaUI and #Fsharp it works perfectly in components because no longer…

Mike_Preston17's tweet image. Here's my (cursory) take on FuncUI, for the 2 #Fsharpdevs who follow me:

1. I love that F# is super expressive and precise with meaning when dealing with components.

2. I'm not for DSL's in C#, but for #AvaloniaUI and #Fsharp it works perfectly in components because no longer…
Mike_Preston17's tweet image. Here's my (cursory) take on FuncUI, for the 2 #Fsharpdevs who follow me:

1. I love that F# is super expressive and precise with meaning when dealing with components.

2. I'm not for DSL's in C#, but for #AvaloniaUI and #Fsharp it works perfectly in components because no longer…

The next lab from my tiny systems course is up. Learn how to write your own small implementation of the logic programming language Prolog in #fsharp!

tomaspetricek's tweet image. The next lab from my tiny systems course is up.

Learn how to write your own small implementation of the logic programming language Prolog 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.

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

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

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.

#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!

Loading...

Something went wrong.


Something went wrong.


United States Trends