Clojure is very interesting to me as a way to build and deploy services backed by machine learning. Interesting enough to make me learn LISP :)<p>In particular, two libraries are enormously useful:<p><a href="http://github.com/bradford/infer" rel="nofollow">http://github.com/bradford/infer</a>
<a href="http://github.com/afeinberg/clomert" rel="nofollow">http://github.com/afeinberg/clomert</a><p>You can use Hadoop with infer to build your model, fill a Voldemort cluster from Hadoop directly, then also serve your model using infer. All with very little code. That is mucho win.