Re: Python from Wise Guy's Viewpoint
Lulu of the Lotus-Eaters <mertz@gnosis.c x> writes:
[color=blue]
>Joachim Durchholz <joachim.durchh olz@web.de> writes:[color=green]
>>My 100% subjective private study reveals not a single complaint about
>>over-restrictive type systems in comp.lang.funct ional in the last 12
>>months.[/color]
>
>I also read c.l.functional (albeit only lightly). In the last 12
>months, I have encountered dozens of complaints about over-restrictive
>type sytems in Haskell, OCaml, SML, etc.
>
>The trick is that these complaints are not phrased in precisely that
>way. Rather, someone is trying to do some specific task, and has
>difficulty arriving at a usable type needed in the task. Often posters
>provide good answers--Durchholz included. But the underlying complaint
>-really was- about the restrictiveness of the type system.[/color]
Could you provide a link to an example of such a post?
In my experience, people who have difficulties in getting their programs
to typecheck usually have an inconsistent design, not a design which is
consistent but which the type checker is too restrictive to support.
--
Fergus Henderson <fjh@cs.mu.oz.a u> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
Lulu of the Lotus-Eaters <mertz@gnosis.c x> writes:
[color=blue]
>Joachim Durchholz <joachim.durchh olz@web.de> writes:[color=green]
>>My 100% subjective private study reveals not a single complaint about
>>over-restrictive type systems in comp.lang.funct ional in the last 12
>>months.[/color]
>
>I also read c.l.functional (albeit only lightly). In the last 12
>months, I have encountered dozens of complaints about over-restrictive
>type sytems in Haskell, OCaml, SML, etc.
>
>The trick is that these complaints are not phrased in precisely that
>way. Rather, someone is trying to do some specific task, and has
>difficulty arriving at a usable type needed in the task. Often posters
>provide good answers--Durchholz included. But the underlying complaint
>-really was- about the restrictiveness of the type system.[/color]
Could you provide a link to an example of such a post?
In my experience, people who have difficulties in getting their programs
to typecheck usually have an inconsistent design, not a design which is
consistent but which the type checker is too restrictive to support.
--
Fergus Henderson <fjh@cs.mu.oz.a u> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
Comment