Does anyone have a recommendation for an affordable robot to start hacking around on with Clojure?
I’ve seen a few presentations and it has definitely piqued my interest
But I have little experience, just working with the Nao robot a few years ago
oooh I always wanted a Nao - but was too pricey for me
You can hack on just about anything with Clojure
There is a library for Spheros, Roombas, Parrot Drones
anything with an existing Java or JavaScript lib can be used
The Nao bot has a java lib
you could certainly use interop and Clojure repl for that
and maybe make a lib to share in Clojure
oh - someone has a start on it too