Re: [Haskell] Status of Haskell'?

2012-12-01 Thread Roman Cheplyaka
* Henning Thielemann lemm...@henning-thielemann.de [2012-12-01 00:37:12+0100] We should have multiple implementations before standardization. Alternative implementations already exist for lots of extenstions, see http://hackage.haskell.org/trac/haskell-prime/wiki/HaskellExtensions Roman

Re: [Haskell] Status of Haskell'?

2012-12-01 Thread Roman Cheplyaka
* Tijn van der Zant robot...@gmail.com [2012-12-01 10:00:31+0100] Why do I need to know about pragmas if it is already difficult to learn the language? Exactly. In an ideal world, where the language standard corresponds to what people perceive as being standard, beginners shouldn't know or care

Re: [Haskell] Status of Haskell'?

2012-12-01 Thread Jason Dusek
2012/12/1 Tijn van der Zant robot...@gmail.com: I think that there is more to take into account. Haskell is growing as a language that people use to solve scientific and business problems. It is starting to become more of a working language, which is a very good thing of course. But this also

Re: [Haskell] Status of Haskell'?

2012-11-30 Thread Johan Tibell
On Fri, Nov 30, 2012 at 1:42 PM, Jason Dusek jason.du...@gmail.com wrote: It would be nice for there to be a new standard so that many features in GHC -- such as overloaded strings, rank n types, MPTCs, c. -- were enabled by default without any pragmas. I think this is one of these nice gains