Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/typedbyte/propeller
A propagator library, written in Haskell.
https://github.com/typedbyte/propeller
haskell propagator
Last synced: 23 days ago
JSON representation
A propagator library, written in Haskell.
- Host: GitHub
- URL: https://github.com/typedbyte/propeller
- Owner: typedbyte
- License: other
- Created: 2020-02-10T20:47:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T23:51:50.000Z (3 months ago)
- Last Synced: 2024-10-15T19:20:15.215Z (about 1 month ago)
- Topics: haskell, propagator
- Language: Haskell
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# propeller
[![Hackage](https://img.shields.io/hackage/v/propeller.svg?logo=haskell&label=propeller)](https://hackage.haskell.org/package/propeller)
A propagator library written in Haskell. Values are stored in cells which can be connected to each other. Changes to the value of a cell are automatically propagated to connected cells, similar to the internal workings of popular table-based worksheet tools.