Skip to content

ReedCopsey/Gjallarhorn

Repository files navigation

Gjallarhorn

Gjallarhorn is a small, lightweight framework for managing mutable state when notifications are required.

It is designed and written in F#, and has the following goals:

  • Wrap mutable data in the lightest weight manner possible
  • Allow tracking of changes to the data
  • Provide a functional API for working with the resulting data
  • Integrating with other reactive systems, such as FSharp.Control.Reactive
  • Adapt easily to INotifyPropertyChanged and similar mechanisms for notification of changes
  • Provide basis for UI related architectural patterns and frameworks

Documentation at: http://ReedCopsey.github.io/Gjallarhorn

About

Gjallarhorn is a small, lightweight framework for managing mutable state when notifications are required.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages