FSharpPlus
F#+ is a base library that aims to take F# to the next level of functional programming.
Date uploaded | 10 months ago |
Version | 1.5.0 |
Download link | qwbarch-FSharpPlus-1.5.0.zip |
Downloads | 1155 |
Dependency string | qwbarch-FSharpPlus-1.5.0 |
README
FSharpPlus
Note: This is not my library. This is an upload containing the binaries to allow mods to refer to it as a dependency.
F#+ is a base library that aims to take F# to the next level of functional programming.
What if we imagine F# as more than it is?
F#+ builds upon FSharp, using generic programming techniques to help you avoid boiler plate code. However, by naming conventions and signatures it can be seen to 'enhance' rather than 'replace' existing patterns as much as possible.
Getting started is easy since you can start with enjoying some of the extensions and generic functions, but you will find other parts of F#+ unfold before you and become useful the deeper in you get.
See the documentation for more details.
Seeking Help
We're happy to help with any questions, including complete beginners!
Please do join us to chat on:
- Gitter
- You can get invited into the functional programming Slack and then join #FSharpPlus
...or you can ask a question on stack overflow
with tag F#+
Contribute
The project is hosted on GitHub where you can report issues, fork the project and submit pull requests. Opening issues for discussion or asking questions is welcome, don't hesitate to fill the New Issue form!
- The Developer Guide contains details about idioms of implementation in terms of how the type class concept translates in the implementation.
- The Design Guidelines contains details about design choices guiding the implementation with regard to naming, and choices impacting runtime and compile time performance.