[Haskell-cafe] Re: State of OOP in Haskell

Bulat Ziganshin bulat.ziganshin at gmail.com
Wed Jan 31 05:27:09 EST 2007


Hello Al,

Tuesday, January 30, 2007, 6:01:16 PM, you wrote:

> Design of functional programs is very bottom-up. The general plan is to
> identify the primitives for your domain and embed them in the language,

oh, really? may be i'm using Haskell in OOP way? :)

i strongly prefer to use top-down style for application programming -
i.e. i solve problem introducing auxiliary functions, then fill up
these functions and so on recursively

i use bottom-up style for library development, though, adding more and
more higher-level functionality as library evolves


-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin at gmail.com



More information about the Haskell-Cafe mailing list