Re: [ANN] cljfmt

2015-01-18 Thread Robin Heggelund Hansen
Looks cool. Is this somewhat inspired by go format? lørdag 17. januar 2015 15.02.47 UTC+1 skrev James Reeves følgende: > > I've just released cljfmt 0.1.0, a code formatting library and Leiningen > plugin for Clojure. > > https://github.com/weavejester/cljfmt > > The library is useful for ensurin

Re: [ANN] cljfmt

2015-01-18 Thread Reid McKenzie
Awesome! Thanks James! Reid On 01/17/15 08:02, James Reeves wrote: I've just released cljfmt 0.1.0, a code formatting library and Leiningen plugin for Clojure. https://github.com/weavejester/cljfmt The library is useful for ensuring that the formatting is correct after code transformations vi

Re: Clojure for Desktop UI Design Application

2015-01-18 Thread juan.facorro
Hi Timothy, I took an extremely similar approach in this project using Swing as the underlying UI toolkit. Components can be described using a hiccup like syntax, although they are actually represented as maps in the end. Since the UI is mutable by nat

CLJS-in-CLJS; building ClojureScript from source; and stuff

2015-01-18 Thread Adam Avramov
I'm working on a multimedia framework targeting Node.js (and, at some point in the future, sooner rather than later, browsers). Since I need the homoiconicity of a Lisp for my intended feature set, ClojureScript is pretty much my only option -- and it's a very enjoyable language anyway. I'm usi

Re: Server Sent Events under Http-Kit

2015-01-18 Thread Lars Ole Avery Simonsen
It turns out my main problem was in fact a dumb coding error I had in a function wrapping the http-kit send! function, so that I wasn't actually sending anything to the socket under certain circumstances - apart from that the code was seemingly sound. I appreciate the replies, however. Aleph lo

[ANN] Reagent + Sente (+ Heroku) = Rente

2015-01-18 Thread Henrik Mohr
Hi guys, If you want a sample on how to make the newest versions of Reagent, Sente (for web sockets) work together, want figwheel for ease of development, and deploy it to Heroku, take a look at my small demo project: https://github.com/enterlab/rente I use it myself as a template/basis for Pro