- crazy awesome idea, use core.logic for bidirectional Clojure, ClojureScript source transformation
(via @swannodette) —
”I’m putting together a tool that uses kibit for rewriting Clojure code into ClojureScript”. This is quite a promissing beggining for a github ticket…
- Full featured browser based REPL interface to #Clojure app deployed on Heroku
(via @zoka) —
Give a try to this public instance of RingMon: a ring middleware that injects a page with a nREPL client to your application so you can access the REPL while the application is live.
- First release of clutch-clojurescript: use ClojureScript to write views for @CouchDB or @Cloudant
(via @cemerick) —
With clutch you are able to create CouchDB views with Clojure, but doing so requires adding clojure and clutch to some init file in CouchDB. This is just not possible in hosted environments like cloudant. Since CouchDB has native support for JavaScript views, ClojureScript comes to the rescue providing a non-intrusive way of using clojure within CouchDB.
- Jim Kirkwood has created a #groovy wrapper over #clojure #stm quite interesting
(via @venkat_s) —
More uses of Clojure’s STM, which seems to be a gateway drug to Clojure ;)