[Haskell-cafe] New slogan for haskell.org

David Menendez dave at zednenem.com
Mon Oct 8 17:59:47 EDT 2007


On 10/8/07, Henning Thielemann <lemming at henning-thielemann.de> wrote:
>
>
> Thus, what happens today? People ask Haskell-Cafe how to implement global
> variables and they are advised to use IORefs and unsafePerformIO, although
> the better answer is: "Why do you want to do this?" Even "Tackling the
> awkward squad" considers unsafePerformIO an acceptable tool for handling
> global configuration files.


One problem here is that the Haskell-style alternatives to global parameters
aren't as convenient as to use.

We should consider stealing Agda's module system for Haskell 2.0.

-- 
Dave Menendez <dave at zednenem.com>
<http://www.eyrie.org/~zednenem/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20071008/ff27e947/attachment.htm


More information about the Haskell-Cafe mailing list