Difference between revisions of "Tangible values (Conal Elliott)"
From apm
m (Apm moved page Tangible values to Tangible values (Conal Elliott): matching the other pages) |
(→External links) |
||
Line 14: | Line 14: | ||
* [https://wiki.haskell.org/Eros Eros] (chapter on "fusion") | * [https://wiki.haskell.org/Eros Eros] (chapter on "fusion") | ||
* [https://wiki.haskell.org/Tangible_Value Tangible value] | * [https://wiki.haskell.org/Tangible_Value Tangible value] | ||
+ | * [https://wiki.haskell.org/DeepArrow DeepArrow] | ||
* [https://wiki.haskell.org/GuiTV GuiTV] | * [https://wiki.haskell.org/GuiTV GuiTV] | ||
+ | * [https://wiki.haskell.org/DataDriven DataDriven] (deprecated in favor of reactive) | ||
On hackage: | On hackage: |
Revision as of 14:35, 19 October 2021
External links
- Video of talk: Tangible Functional Programming – 2007-11-07 – Conal Elliott
On Conal Elliotts homepage:
- The Eros demo: http://conal.net/papers/Eros/
- Paper: http://conal.net/papers/Eros/eros-icfp-2007-printed.pdf
- Paper: http://conal.net/papers/Eros/eros.pdf (via ResearchGate)
- Paper: http://conal.net/papers/Eros/talk.pdf
On the haskell wiki:
- Eros (chapter on "fusion")
- Tangible value
- DeepArrow
- GuiTV
- DataDriven (deprecated in favor of reactive)
On hackage:
- TV: Tangible Values -- composable interfaces
- GtkTV: Gtk-based GUIs for Tangible Values GtkGLTV adds OpenGL support to GtkTV, which is a Gtk back-end for tangible values.
- GuiTV: GUIs for Tangible Values GuiTV is a very small library that extends the TV (tangible value) framework with graphical user interfaces, using Phooey.
- DeepArrow: Arrows for "deep application"
Other: