I've started work on a Clojure(Script) SDK for Stellar.
It is being written in cljc which compiles under both Clojure (JVM) and ClojureScript (Node.js or web browsers).
Initially my focus is on the Clojure(Script) API and interfaces, so at the moment it is wrapping the Java and JavaScript SDKs. Later, some or all of the functionality might be ported to native Clojure(Script) with no dependencies depending on if there is any significant benefit.
This Stellar Build Challenge entry is a work in progress. I have already completed some transactions successfully on the testnet. I plan to have a usable release finished by the SBC deadline of March 15th.
https://github.com/xlm-sg/clj-stellar-sdk
https://clojars.org/clj-stellar-sdk