Hi, To teach myself Clojure and A-Star search, I mocked up a quick demo program. I don't know if anyone else would be interested in seeing it, but it demos a few things, including calling Clojure from Java, building / running from a Maven environment, and of course A-Star.
I'd appreciate any critiques on my Clojure technique, and if the A- Star implementation is useful to you, feel free to use it for any purpose. http://www.offthehill.org/articles/2009/10/16/a-star-search-in-clojure/ I suppose an interesting addition would be to define the dataset / graph in Java and have Clojure run the search on it. I'm not sure how best to map Clojure structures to Java objects, so I'd have to think about that for a bit. --~--~---------~--~----~------------~-------~--~----~ 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 Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---