Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uriegel/fsharprailway
Railway oriented programming tools and operators for F#
https://github.com/uriegel/fsharprailway
Last synced: 8 days ago
JSON representation
Railway oriented programming tools and operators for F#
- Host: GitHub
- URL: https://github.com/uriegel/fsharprailway
- Owner: uriegel
- License: mit
- Created: 2022-02-25T03:42:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-18T15:06:39.000Z (about 2 years ago)
- Last Synced: 2024-04-27T07:23:46.799Z (7 months ago)
- Language: F#
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FSharpRailway
Railway oriented programming tools and operators for F#Use functional Railway Oriented Programming approach instead of traditional exception handling. Similar to Result and Option handling in Rust and Kotlin.
Inspiration by [Railway Oriented Programming on F# for Fun and Profit]( https://fsharpforfunandprofit.com/rop/)