Talk:Mandelbrot set: Difference between revisions

Content added Content deleted
(→‎"One liners": Perhaps drop the "one-liner" framing, which costs legibility without adding value ? (recent Haskell contributions))
Line 54: Line 54:


:<code>\</code> is how you write an anonymous function in Haskell (also known as lambda in some other functional languages). The symbol <code>\</code> is supposed to resemble the letter λ (lambda), which is used to write anonymous functions in lambda calculus. --[[User:Spoon!|Spoon!]] 10:59, 26 November 2011 (UTC)
:<code>\</code> is how you write an anonymous function in Haskell (also known as lambda in some other functional languages). The symbol <code>\</code> is supposed to resemble the letter λ (lambda), which is used to write anonymous functions in lambda calculus. --[[User:Spoon!|Spoon!]] 10:59, 26 November 2011 (UTC)

=="One liners"==
Some nice contributions made in Haskell have been submitted as quoted code squashed, for some reason, into a "one-liner" format.

A Rosetta line consists of 80 chars at most.
Perhaps drop the "one-liner" framing, which costs legibility without adding value ?

Ormolu is a good standard formatter.

(and Hlint helps to iron out many marked or unexpected formulations). [[User:Hout|Hout]] ([[User talk:Hout|talk]]) 09:07, 1 August 2021 (UTC)