Re: [Haskell-beginners] Fish tank monad

Are you wanting to draw schedules or calculate them? Calculating schedules is a model problem within the logic programming community - a language like Oz might be better suited to the task than Haskell (Oz having more developed infrastructure and literature in this area).

On 19 May 2013 00:16, "Stephen Tetley"
Are you wanting to draw schedules or calculate them?
Originally the former, but it grew into the latter.
Calculating schedules is a model problem within the logic programming community - a language like Oz might be better suited to the task than Haskell (Oz having more developed infrastructure and literature in this area).
That's a good idea. I once did something like this in prolog. But rather than start afresh in a language where I need keywords to say that something is a function, or that it's lazy, I'm looking at the monadiccp package. No need to care about performance. BTW, anybody know if there's a backend for Diagrams that draws HTML5 elements? Adrian.
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
participants (2)
-
Adrian May
-
Stephen Tetley