pblasucci / Gjallarhorn

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

Home Page:http://ReedCopsey.github.io/Gjallarhorn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

http://ReedCopsey.github.io/Gjallarhorn

License:MIT License


Languages

Language:F# 94.6%Language:C# 5.1%Language:Shell 0.3%Language:Batchfile 0.1%