Re: Feedback on new persistentmatrix datatype

2009-05-07 Thread maxsu
Can't wait to try this out! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to clojure+unsubs

Re: Question about building modular code in Clojure

2009-05-19 Thread maxsu
Don't call it monkey patching! We'll start to feel like we're in ruby, writing code that relies on modifications to Object :). In certain languages you can create modular units which are incomplete, and require that the user supply custom functions and constants in order to create an 'instance' o

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