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:[EMAIL PROTECTED]

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to