This is a "real world" example application, written entirely in F#. The goal is to create a best practice for building applications or at least give a reasonable manual to design one.
https://github.com/atsapura/CardManagement
https://github.com/atsapura/CardManagement
GitHub
GitHub - atsapura/CardManagement
Contribute to atsapura/CardManagement development by creating an account on GitHub.
Finally!
https://github.com/Zaid-Ajaj/Femto
Femto is an experimental CLI tool that verifies the compatibility of npm packages used by Fable bindings.
https://github.com/Zaid-Ajaj/Femto
GitHub
GitHub - Zaid-Ajaj/Femto: Femto is a CLI tool that automatically resolves npm packages used by Fable bindings
Femto is a CLI tool that automatically resolves npm packages used by Fable bindings - GitHub - Zaid-Ajaj/Femto: Femto is a CLI tool that automatically resolves npm packages used by Fable bindings
Practical dependency injection for Giraffe that gets out of your way.
https://github.com/Zaid-Ajaj/Giraffe.GoodRead
https://github.com/Zaid-Ajaj/Giraffe.GoodRead
GitHub
Zaid-Ajaj/Giraffe.GoodRead
Practical dependency injection in Giraffe that gets out of your way - Zaid-Ajaj/Giraffe.GoodRead
Forwarded from Vladislav K
GitHub
Compilation Model Prototype - Information / Discussion / Proposed Plans · Issue #7077 · dotnet/fsharp
For the community: I wrote this up internally with some minor modifications since I have posted it here. I just need some feedback on what everyone's thoughts are. Is this something that th...
Forwarded from Vladislav K
Eirik Tsarpalis' blog
Applying the Tagless-Final pattern in F# Generic Programs
A few years back, I blogged about how one could use the TypeShape library for writing practical generic programs in F#. While the library has seen success in both OSS and proprietary applications, …