I love programming in clojure. I used clojure to write the server-side of Spacetime, and it worked like a charm.
I’ve been playing around with clojurescript. There isn’t much example code out there yet, so here’s a very basic realtime chat app that I cobbled together. It uses clojure for the server, clojurescript for the client, and websockets.
https://github.com/aiba/clojurescript-chat-example
I released Spacetime, an iOS app that I have been working on in my spare time.
It lets you request someone’s location by sending them a regular text message. This message has a link in it for them to click on. They don’t even need an iPhone. After they click the link, Spacetime shows you their location on a map. Kind of a neat hack, I think.