GHC and Haskell 98

Simon Sin ssx106 at gmail.com
Sat Jun 18 13:24:26 CEST 2011


Simon Peyton-Jones,  if you say:
      "Under Plan A, some Hackage packages will become un-compilable,
      and will require source code changes to fix them.  I do not have
       any idea how many Hackage packages would fail in this way."
If you don't have any idea "how many Hackage packages would fail this way"
then it doesn't make sense to this Noob to go Plan A.  I would prefer
everything is "explicit" rather than some "implicit" and some "explicit". It
will be very frustrating to debug in such case (implicit/explicit).   Thank
you. Simon.

2011/6/17 Jacques Carette <carette at mcmaster.ca>

> On 17/06/2011 10:47 AM, Simon Peyton-Jones wrote:
>
>> But Plan A is simpler. And by breaking packages it will encourage [force]
>> libraries that use a mixture of H98 and more modern modules to move towards
>> the more modern story.
>>
>
> I favour Plan A.
>
> Reasoning:
> For many years of my previous professional life, I had to live with extreme
> backwards compatibility in the code base.  This introduced a huge amount of
> inertia, to the point where past design mistakes became entrenched as
> 'features'.  Forward progress became glacial.  Very bad.
>
> Your plan A on the other hand strikes a really good balance: the only
> libraries affected are those which mix H98 and more modern modules.  This
> means that the authors are already beyond Haskell 98, and realize that there
> is real value to go beyond that.  So they should be reasonably amenable to
> continue to move forward.
>
> On the other hand, those who were very careful to stick to pure Haskell 98
> (for whatever reason), have a very clear path for their code to continue to
> stay functional.  They get all the backwards compatibility they desired when
> they chose to stick to pure Haskell 98.  Plan B is actually more fragile in
> that respect, in that if they forget to be really really explicit about
> their code being pure Haskell 98, the resulting compilation errors do not
> make it obvious that that is actually the problem.  This will in fact only
> get worse as time goes by.
>
> Jacques
>
>
>
> ______________________________**_________________
> Glasgow-haskell-users mailing list
> Glasgow-haskell-users at haskell.**org <Glasgow-haskell-users at haskell.org>
> http://www.haskell.org/**mailman/listinfo/glasgow-**haskell-users<http://www.haskell.org/mailman/listinfo/glasgow-haskell-users>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/glasgow-haskell-users/attachments/20110618/b5f9018a/attachment.htm>


More information about the Glasgow-haskell-users mailing list