Re: [Haskell-cafe] Two Other AI Sources

2007-03-20 Thread Jacques Carette
Alfonso Acosta wrote: Just in case it helps, I ported the code of Norvigs Paradigms of Artificial Intelligence Programming chapter 8 (integrals and derivates) for a collage course. A link to this code would have been / would still be most appreciated. Jacques

Re: [Haskell-cafe] Two Other AI Sources

2007-03-20 Thread Alfonso Acosta
On 3/20/07, Jacques Carette [EMAIL PROTECTED] wrote: A link to this code would have been / would still be most appreciated. I would have provided it if I had it, but the code is not online. However I don't have any problem to send it or uploaded somewhere. Any suggestions?

Re: [Haskell-cafe] Two Other AI Sources

2007-03-20 Thread Andrew Wagner
Alfonso, Lemmih (from #haskell) has been kind enough to give me space on a server for a darcs repo. I could add your code there if you'd like to email it to me, or we could ask him if you could have your own space. Perhaps you could email me off-list and we can arrange it. On 3/20/07, Alfonso

[Haskell-cafe] Two Other AI Sources

2007-03-19 Thread Adam Wyner
For the Haskell and AI work, we ought to consider AI programming books in addition to Russell and Norvig: /Paradigms of AI Programming: Case Studies in Common Lisp/, P. Norvig, 1991. /Prolog Programming for Artificial Intelligence/, I. Bratko, 1990./ Artificial Intelligence Techniques in

Re: [Haskell-cafe] Two Other AI Sources

2007-03-19 Thread Alfonso Acosta
Just in case it helps, I ported the code of Norvigs Paradigms of Artificial Intelligence Programming chapter 8 (integrals and derivates) for a collage course. It passes all the tests proposed by Norvig in his book, includes an expression parser written in Parsec and has a small libreadline