Fri, 14 Sep 2001 01:00:06 +0200, Lennart Augustsson <[EMAIL PROTECTED]> pisze:
> I have been writing substantial Haskell programs and I use *NO*
> experimental features.
In a 2000-line interpreter I used:
- FiniteMap (for environments),
- Dynamic & Exception (for exceptions in the language being implemented
and compile errors),
- MonadReader, MonadError (for convenience, in two places),
- MVar (could be IORef; for mutable objects in the language being
interpreted),
- unsafePerformIO (for three global variables: unique supply,
loaded modules, search paths),
- Readline (for the interactive toplevel).
--
__("< Marcin Kowalczyk * [EMAIL PROTECTED] http://qrczak.ids.net.pl/
\__/
^^ SYGNATURA ZAST�PCZA
QRCZAK
_______________________________________________
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell
- Re: Application letters at the Haskell work... Alastair David Reid
- RE: Application letters at the Haskell workshop:... brk
- Re: Application letters at the Haskell workshop:... Alastair David Reid
- Re: Application letters at the Haskell work... Koen Claessen
- RE: Application letters at the Haskell workshop:... brk
- Re: Application letters at the Haskell work... Marcin 'Qrczak' Kowalczyk
- Re: Application letters at the Haskell workshop:... Lennart Augustsson
- Re: Application letters at the Haskell work... Jeffrey R Lewis
- Re: Application letters at the Haskell workshop:... Ashley Yakeley
- RE: Application letters at the Haskell workshop:... Manuel M. T. Chakravarty
- Re: Application letters at the Haskell workshop:... Marcin 'Qrczak' Kowalczyk
- Re: Application letters at the Haskell work... Lennart Augustsson
- Re: Application letters at the Haskell workshop:... moran
- Re: Application letters at the Haskell workshop:... Mark Carroll
- Re: Application letters at the Haskell work... Mark Carroll
- Re: Application letters at the Haskell workshop:... Mark Carroll
- Re: Application letters at the Haskell workshop:... Mark Carroll
- Re: Application letters at the Haskell work... Fergus Henderson
- Re: Application letters at the Haskell workshop:... Duncan Coutts
- Re: Application letters at the Haskell workshop:... Marcin 'Qrczak' Kowalczyk
- Re: Application letters at the Haskell work... Alastair David Reid
