Re: [Haskell-cafe] Wumpus World

2008-03-30 Thread Benjamin L. Russell
--- "Richard A. O'Keefe" <[EMAIL PROTECTED]> wrote: > [snip] > > Let me contrast SICStus Prolog with GHC. > I *have* a personal copy of SICStus on my SunBlade > 100/Solaris 2.10 > system which installed absolutely trouble free. > I *did* have a copy of GHC, but trying to install > GHC 6.4 took >

Re: [Haskell-cafe] Wumpus World

2008-03-30 Thread Richard A. O'Keefe
On 28 Mar 2008, at 10:59 pm, Benjamin L. Russell wrote: The commercial SICStus Prolog is also substantially more expensive (see http://www.sics.se/isl/sicstuswww/site/index.html), at 153 euros for a Personal License (see http://www.sics.se/isl/sicstuswww/site/order4.html). Prices for Academic, Si

Re: [Haskell-cafe] Wumpus World

2008-03-28 Thread jerzy . karczmarczuk
Benjamin L. Russell wrote: Not all students and researchers can afford a Personal License. Can you recommend an alternative, fast Prolog development system under a free licensing agreement, such as GPL/GLPL? You have quite a choice if you relax your licensing requirements: http://www.th

Re: [Haskell-cafe] Wumpus World

2008-03-28 Thread Tom Schrijvers
Not all students and researchers can afford a Personal License. Can you recommend an alternative, fast Prolog development system under a free licensing agreement, such as GPL/GLPL? SWI-Prolog is about the best and most popular open Prolog system: http://www.swi-prolog.org It's not the

Re: [Haskell-cafe] Wumpus World

2008-03-28 Thread Andrew Butterfield
Benjamin L. Russell wrote: Not all students and researchers can afford a Personal License. Can you recommend an alternative, fast Prolog development system under a free licensing agreement, such as GPL/GLPL? For Mac users, https://www.cs.tcd.ie/open-prolog/ might be worth a look

Re: [Haskell-cafe] Wumpus World

2008-03-28 Thread Benjamin L. Russell
--- "Richard A. O'Keefe" <[EMAIL PROTECTED]> wrote: > [snip] > > The Prolog results at > http://shootout.alioth.debian.org/ > are only for the open source system SWI Prolog, > which is basically > a one-man effort. The commercial SICStus Prolog is > substantially > faster. Some of the Prolog b

Re: [Haskell-cafe] Wumpus World

2008-03-27 Thread Richard A. O'Keefe
On 27 Mar 2008, at 8:25 pm, Robert Wills wrote: This might also be relevant: http://web.engr.oregonstate.edu/~erwig/zurg/ But note that the Prolog code that they compared against was, um, let's put this kindly, seriously naive. For example, (a) it has 36 SLOC.You can do it naturally

Re: [Haskell-cafe] Wumpus World

2008-03-27 Thread Robert Wills
This might also be relevant: http://web.engr.oregonstate.edu/~erwig/zurg/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Wumpus World

2008-03-26 Thread Richard A. O'Keefe
On 27 Mar 2008, at 4:23 pm, Benjamin L. Russell wrote: After briefly searching the Internet and coming up with a page entitled "CIS587: The Wumpus World" (http://www.cis.temple.edu/~ingargio/cis587/readings/wumpus.shtml), I think that since the statement of this problem there, involving the Sit

Re: [Haskell-cafe] Wumpus World

2008-03-26 Thread Benjamin L. Russell
After briefly searching the Internet and coming up with a page entitled "CIS587: The Wumpus World" (http://www.cis.temple.edu/~ingargio/cis587/readings/wumpus.shtml), I think that since the statement of this problem there, involving the Situation Calculus, chiefly involves a sequence of logical st

Re: [Haskell-cafe] Wumpus World

2008-03-26 Thread Paul Johnson
iliali16 wrote: Hi guys I have to build the wumpus world problem. I didn't start yet since this is the first time in my life I have to do something like that and I feel not confident in starting it. So I have basic idea of what prolog and haskell can do and I know a bit of Java. I am wandering if

[Haskell-cafe] Wumpus World

2008-03-26 Thread iliali16
Hi guys I have to build the wumpus world problem. I didn't start yet since this is the first time in my life I have to do something like that and I feel not confident in starting it. So I have basic idea of what prolog and haskell can do and I know a bit of Java. I am wandering if you can tell me