Article contents
Global variables in Haskell
Published online by Cambridge University Press: 06 August 2004
Abstract
Haskell today provides good support not only for a functional programming style, but also for an imperative one. Elements of imperative programming are needed in applications such as web servers, or to provide efficient implementations of well-known algorithms, such as many graph algorithms. However, one element of imperative programming, the global variable, is surprisingly hard to emulate in Haskell. We discuss several existing methods, none of which is really satisfactory, and finally propose a new approach based on implicit parameters. This approach is simple, safe, and efficient, although it does reveal weaknesses in Haskell's present type system.
- Type
- FUNCTIONAL PEARL
- Information
- Copyright
- © 2004 Cambridge University Press
- 4
- Cited by
Discussions
No Discussions have been published for this article.