[ANN] Contrail: interactive tracing

2015-04-06 Thread Eli Naeher
https://github.com/enaeher/contrail Contrail is a tool for interactive function tracing. It's similar in purpose to clojure.tools.trace, but has some additional features which I found myself wanting (many inspired by SBCL's trace): * Control over what the trace output looks like and where it goes

Re: video 'clojure for lisp programmers' won't play on youtube.

2015-04-08 Thread Eli Naeher
I ran into this problem last year and was able to watch it successfully by using the youtube-dl tool (http://rg3.github.io/youtube-dl/) to download the video (and I then had no problems playing it locally). -Eli On Wed, Apr 8, 2015 at 10:31 AM, henry w wrote: > I just checked the comments and i

Re: On Testing

2014-10-31 Thread Eli Naeher
On Fri, Oct 31, 2014 at 9:52 AM, Ashton Kemerling wrote: > It's my opinion that these two libraries are largely complete aside from > some human interface improvements (quality of output for example), but > clearly not everyone agrees with me. > Hi Ashton, Check out https://github.com/pjstadig

Re: Clojure Style Guide

2014-12-20 Thread Eli Naeher
On Sat, Dec 20, 2014 at 8:30 AM, Timothy Baldridge wrote: > And on a client project recently, it was decided (when I wasn't around) > that the arguments to a function should always be on a newline: > > (defn foo > [x] > (+ x x)) > > Instead of: > > (defn foo [x] > (+ x x)) > Like you I pr

Re: Clojure docstring style

2016-09-21 Thread Eli Naeher
On Wed, Sep 21, 2016, at 06:36 AM, naren...@helpshift.com wrote: > Is there a convention to be followed for referring the parameters of > a function in the docstring, e.g. for emacs lisp we upcase the > parameter name? Uppercase is (or was) also pretty standard style in Common Lisp. In Clojure the

Re: [ANN] test-runner, a test runner for projects using Clojure Deps

2018-02-20 Thread Eli Naeher
I love this, and have set it up in our latest project alongside Lein. I've noticed a delay (~60s) after the tests finish and the results are reported before the process exits. I'm wondering if there's a missing call to shutdown-agents somewhere. Adding it to a shutdown hook doesn't seem to have an

Re: pair programming with tmux spacemacs on Mac/Linux

2019-10-07 Thread Eli Naeher
On Mon, Oct 7, 2019, at 10:28 AM, Sonny To wrote: > This is not clojure specific but has anyone successfully used spacemacs to > pair programming with tmux and spacemacs? My pairing partner uses a mac with > french Canadian keyboard but when he ssh into my box > to pair, his key bindings don't wo