#fsharp Suchergebnisse

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

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


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

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

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

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

#fsharp

Ahh those were the good ol days #fsharp

rickasaurus's tweet image. Ahh those were the good ol days #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

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!


Work for supporting Feliz style output has started in Glutinum! This is not yet available publicly but hopefully, I will be able to soon release something. #fsharp @FableCompiler

MangelMaxime's tweet image. Work for supporting Feliz style output has started in Glutinum! 

This is not yet available publicly but hopefully, I will be able to soon release something.

#fsharp @FableCompiler

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

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.


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.


MCTS + conformal sets is our leaning. Each node gets coverage-based alternatives. Conformal bounds replace UCT for principled pruning. Prediction sets inform which "stepping stones" are solid - compressed knowledge for downstream viability. #fsharp speakez.com/blog/discrimin…


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

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

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

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

You can now use @code github.com/JaneySprings/D… extension to develop @FabulousAppDev apps. #fsharp 🙂

edgarfsharp's tweet image. You can now use @code github.com/JaneySprings/D… extension to develop @FabulousAppDev apps. #fsharp 🙂

Loading...

Something went wrong.


Something went wrong.


United States Trends