Haskell has hindent, which (now) follows the Elm philosophy of having a single style, not customizable. It's quite as nicely spread out as Elm, but it's at least close.
On Wed, Oct 19, 2016 at 9:52 AM, Peter Damoc <[email protected]> wrote: > On Wed, Oct 19, 2016 at 3:02 PM, John Orford <[email protected]> > wrote: > >> Perhaps not idiomatic in Python >> > > Most formaters are also known as beautifiers and the Zen of Python starts > with > > Beautiful is better than ugly. > > > also, regarding the extra LOC > > Sparse is better than dense. > > Readability counts. > > > Python's Zen of Python describes idiomatic Elm so well that The Zen of Elm > would sound almost identical. :) > > > I would also like to add this line from S.I.C.P. > > programs must be written for people to read, and only incidentally for >> machines to execute. > > > > > > -- > There is NO FATE, we are the creators. > blog: http://damoc.ro/ > > -- > You received this message because you are subscribed to the Google Groups > "Elm Discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
