Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 688 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 688 Bytes

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