Haskell
Appearance

Strongly typed, lazy functional programming language. Generated a lot of interest during the 1990's and is still one of the more popular functional languages out there but was greatly hampered at the time by the complete incompatibility of different tools available, and lack of standards and standard adherence in general.
While things have gotten a lot better in the last couple of decades, there is still some distance between the standards and the available tools, the Haskell 98 specification and later for instance state that Haskell supports Unicode but actually none of the implementations do so except via kludgy workarounds.
A list of OS/2 implementations of Haskell
Foreign libraries with Haskell bindings
- LibcURL - Internet URL (WWW, FTP, etc) access - Open Source - Current.
- curlhs - Haskell interface for libcURL - Released under the ISC License
- LZ4 - Compression library - Open source - Current
- Snappy - Compression lib. - Open Source - Current.
OS/2 text editors with Haskell support
- jEdit - Java based - Haskell syntax highlighting built in - Current.
A list of DOS implementations of Haskell
- Gofer - Open source - Discontinued.
Links
Publications
- Haskell 98 Standard
- P. Hudak, S.L. Peyton Jones & P.L. Wadler (eds.) et al: Report on the Functional Programming Language Haskell: A Non-strict, Purely Functional Language, Version 1.2. - 1992 - ACM SIGPLAN Notices, 27(5) (March 1992)
- Hal Daumé III: Yet Another Haskell Tutorial - 2006 - In PDF format
- Thomas Hallgren: A Lexer for Haskell in Haskell (first draft) - 2003
- Daniel Johannes Pieter Leijen: The λ Abroad: A Functional Approach To Software Components - 2003