| wxHaskell | |
|---|---|
| Original authors | Jeremy O'Donoghue Eric Kow Francesco Gazzetta |
| Initial release | March 23, 2008 |
| Stable release | 0.92.3 / April 28, 2017 |
| Preview release | unnumbered / June 10, 2024 |
| Repository | codeberg |
| Written in | C++ |
| Operating system | GTK, X Window System, macOS, Windows |
| Platform | IA-32, x86-64 |
| Available in | English |
| Type | GUI library for Haskell |
| License | wxWindows |
wxHaskell is a portable and native graphical user interface (GUI) library for the programming language Haskell, built on wxWidgets. It is often used by those wanting to develop a graphical user interface (GUI) with a functional programming language. [1]
wxHaskell is a middle-level GUI library. [2] Several experimental high-level GUI library approaches are implemented on wxHaskell:
In contrast, the high-level GUI libraries FG and Grapefruit are implemented on the middle-level Gtk2Hs, which is based on GTK2.
All of these high-level libraries are experimental, using advanced mathematics concepts in their approach (see Arrow (computer science) ).