Bill Piel:
>
> ahawk,
>
> I've been using clojure for years, but can still relate to the issues you
> are facing, which is why I wrote a debugging/development tool to help. It's
> called sayid. It can be used directly from the repl, but has an emacs/cider
> int
I guess you're right.. however, I'm generally inclined to try to do it the
right way (or, what I perceive as the right way) the first time. Now I know
liberator exists, I feel an urge to use it :-)
With regards to logging, I actually considered that option, but it just
didn't seem very producti
uld like to learn to develop
Clojure productively in an idiomatic way.
With regards to developer tools, spacemacs seems interesting. What do you
mean by keymap discoverability?
Den søndag den 8. januar 2017 kl. 10.52.55 UTC+1 skrev Colin Yates:
>
> Hi ahawk and welcome to Clojure!
>
&
ojure web app
with Ciders debugging feature, or something similar (with break points
etc.)? So far I have only been able to use Ciders debugging feature on code
running in my local REPL. Therefore, since I am developing a web app, I
need to call my functions with mock requests.
Best regards