Difference between revisions of "Tangible values (Conal Elliott)"
From apm
(Just added main links for now) |
m |
||
Line 7: | Line 7: | ||
On Conal Elliotts homepage: | On Conal Elliotts homepage: | ||
* The Eros demo: http://conal.net/papers/Eros/ | * 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 ([https://www.researchgate.net/publication/221241258_Tangible_functional_programming via ResearchGate]) | * Paper: http://conal.net/papers/Eros/eros.pdf ([https://www.researchgate.net/publication/221241258_Tangible_functional_programming via ResearchGate]) | ||
* Paper: http://conal.net/papers/Eros/talk.pdf | * Paper: http://conal.net/papers/Eros/talk.pdf | ||
On the haskell wiki: | On the haskell wiki: | ||
− | * [https://wiki.haskell.org/Eros Eros] | + | * [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/GuiTV GuiTV] | ||
On hackage: | On hackage: | ||
Line 19: | Line 21: | ||
* [https://hackage.haskell.org/package/GuiTV '''GuiTV''': GUIs for Tangible Values] <small>GuiTV is a very small library that extends the TV (tangible value) framework with graphical user interfaces, using Phooey. </small> | * [https://hackage.haskell.org/package/GuiTV '''GuiTV''': GUIs for Tangible Values] <small>GuiTV is a very small library that extends the TV (tangible value) framework with graphical user interfaces, using Phooey. </small> | ||
* [https://hackage.haskell.org/package/DeepArrow '''DeepArrow''': Arrows for "deep application"] | * [https://hackage.haskell.org/package/DeepArrow '''DeepArrow''': Arrows for "deep application"] | ||
+ | |||
+ | Other: | ||
+ | * [https://web.archive.org/web/20081224011935/http://darcs.haskell.org:80/packages/Eros/dist/ Eros distribution from internetarchive] |
Revision as of 14:15, 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
- GuiTV
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: