Interestingly, I was trying to read his paper when I realized that I needed to figure out the meaning of denotational model, semantic domain, semantic functions. Other Haskell books didn't talk about design in those terms, but obviously for him this is how he is driving his design. I am looking for a simpler tutorial, text book like reference on the topic.
Daryoush On Mon, Sep 15, 2008 at 1:33 AM, Ryan Ingram <[EMAIL PROTECTED]> wrote: > I recommend reading Conal Elliott's "Efficient Functional Reactivity" > paper for an in-depth real-world example. > > http://www.conal.net/papers/simply-reactive > > -- ryan > > On Sun, Sep 14, 2008 at 11:31 AM, Daryoush Mehrtash <[EMAIL PROTECTED]> wrote: >> I have been told that for a Haskell/Functional programmer the process >> of design starts with defining Semantic Domain, Function, and >> denotational model of the problem. I have done some googling on the >> topic but haven't found a good reference on it. I would appreciate >> any good references on the topic. >> >> thanks, >> >> daryoush >> >> ps. I have found referneces like >> http://en.wikibooks.org/wiki/Haskell/Denotational_semantics which >> talks about semantic domain for "the Haskell programs 10, 9+1, 2*5" >> which doesn't do any good for me. I need something with a more real >> examples. >> _______________________________________________ >> Haskell-Cafe mailing list >> [email protected] >> http://www.haskell.org/mailman/listinfo/haskell-cafe >> > _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
