[Haskell-beginners] How would you write...

Norbert Melzer timmelzer at gmail.com
Tue Apr 22 18:45:43 UTC 2014


Its considered unfriendly to not give important information. The minimum
information would have been the typesignature of every function you use.
Am 22.04.2014 20:38 schrieb "John M. Dlugosz" <ngnr63q02 at sneakemail.com>:

> On 4/22/2014 8:58 AM, Kim-Ee Yeoh wrote:
>
>>
>> On Tue, Apr 22, 2014 at 3:00 PM, John M. Dlugosz <
>> ngnr63q02 at sneakemail.com
>> <mailto:ngnr63q02 at sneakemail.com>> wrote:
>>
>>     chain1 = [ translate x y $ color red $ Circle r | (x,y,r) <- pappus
>> 100 [1..10] ]
>>
>>
>> What is translate? What is color? What is Circle? What is pappus?
>>
>> None of this is plain haskell.
>>
>> John, if you make your readers guess at undefined names, they'll go away
>> and hangout
>> somewhere friendlier!
>>
>> -- Kim-Ee
>>
>>
>>
>
> Sorry — I thought showing a form that did work would be enough.  The
> important part is that I have a input = map foo [0..10] and a bar
> (t1,t2,t3) = baz where baz returns a tuple, and the result of bar is the
> guts of another map.
>
> I didn't realize that using real words from a library instead of foo and
> bar was considered unfriendly!
>
>
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20140422/860f8e79/attachment.html>


More information about the Beginners mailing list