Re: Artificial Intelligence in Clojure

2010-05-17 Thread Fabio Kaminski
i think MIT - church http://projects.csail.mit.edu/church/wiki/Church would be a good candidate AI lib for porting to clojure On Sat, May 15, 2010 at 5:02 PM, Miki wrote: > You can use Weka (java). > > On May 14, 10:56 pm, nathaniel wrote: > >

Re: Artificial Intelligence in Clojure

2010-05-15 Thread Miki
You can use Weka (java). On May 14, 10:56 pm, nathaniel wrote: > I saw a post about this from June 2009 or thereabouts, but it did not > get much follow-up.  I'm curious about AI libraries for Clojure, > partly since I imagine some Lisp AI code could be translated to > Clojure fairly easily.  I a

Artificial Intelligence in Clojure

2010-05-14 Thread nathaniel
I saw a post about this from June 2009 or thereabouts, but it did not get much follow-up. I'm curious about AI libraries for Clojure, partly since I imagine some Lisp AI code could be translated to Clojure fairly easily. I am doing some work on using Clojure with applications including some AI-in

Re: Artificial Intelligence in Clojure

2009-06-08 Thread Chouser
On Sat, Jun 6, 2009 at 11:10 PM, maxsu wrote: > > Hi, i'd like to write some AI in clojure. > > Reading Russel & Norvig's AI: A Modern Approach, which focuses heavily > on autonomous intelligence agents. > > Has anyone worked with these or other AI in clojure? Any libraries/git > repos out there?

Artificial Intelligence in Clojure

2009-06-06 Thread maxsu
Hi, i'd like to write some AI in clojure. Reading Russel & Norvig's AI: A Modern Approach, which focuses heavily on autonomous intelligence agents. Has anyone worked with these or other AI in clojure? Any libraries/git repos out there? Can/should we use clojure agents to encapsulate separate in