You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.