Re: Clojure glosary

2016-02-20 Thread Mars0i
Is the idea that you want a list of very brief definitions, rather than the long discussions in the Reference section of clojure.org? On Friday, February 19, 2016 at 9:42:56 PM UTC-6, Tianxiang Xiong wrote: > > Thanks, but a cheatsheet is not really what I'm looking for. The > cheatsheet

Port of github's scientist library

2016-02-20 Thread m00nlight
Hi clojurers, I have just ported github's scientist library[1] to clojure [2] which help do Branch by Abstraction as described in their post[3]. Would love to hear some feedbacks :). [1]: https://github.com/github/scientist [2]:

Re: internet access required?

2016-02-20 Thread Rostislav Svoboda
have you tried lein deps :tree ? 2016-02-20 20:27 GMT+01:00 andrea crotti : > This might be a Cider issue more than Clojure but I'm not sure. > > Sometimes on train/plane I try to work on some Clojure project and I > normally don't manage to start the REPL inside

internet access required?

2016-02-20 Thread andrea crotti
This might be a Cider issue more than Clojure but I'm not sure. Sometimes on train/plane I try to work on some Clojure project and I normally don't manage to start the REPL inside Emacs. The issue calling (cider-jack-in) is the following: Starting nREPL server via lein update-in

Re: How to compile with optimizations none when using web workers

2016-02-20 Thread Thomas Heller
Hey, I have seen Servant but I do not like it. In general I do not like solutions that use macros to solve problems a build tool should solve. YMMV. cljs-runtime is the directory used by shadow-build for all compiled files. The structure it creates is that you have one directory, with a .js