Re: Actually using component.

2015-06-08 Thread J Irving
Hey Dru Take a look at Duct: https://github.com/weavejester/duct If you make a new app using that template, you should get some pointers from the boilerplate it generates. cheers, Jonathan On Mon, Jun 8, 2015 at 5:51 PM, Dru Sellers wrote: > So, I guess I am a bit lost, how does someone actual

Re: CIDER 0.8.2 released!

2014-12-22 Thread J Irving
Thanks Bozhidar, for the A+ tools and frequent updates. I use the fruits of your labour daily, and your absurd pace of development more than satisfies my pathological need to constantly upgrade. (I would also observe that most appreciation is silent, unlike the other thing :)) On Mon, Dec 22, 201

Re: Clojure Style Guide

2014-12-20 Thread J Irving
It's not a docstring then, just the first expression in the body. On Sat, Dec 20, 2014 at 12:05 PM, Ashton Kemerling < ashtonkemerl...@gmail.com> wrote: > > You can put the docstring after the args, but the tooling won't pick it > up. > > --Ashton > > Sent from my iPhone > > On Dec 20, 2014, at 10

Re: Print broken in Cider 0.7.0 - Ring - Compojure

2014-10-29 Thread J Irving
I had a similar problem a while back, which I caused to go away without ever understanding what the cause was. https://groups.google.com/forum/#!topic/cider-emacs/tMeTw79imgw Short version, I blew away my ./target directory, and it started working again. No idea if this helps you, but there you a

Re: CCW bug [SEVERE]

2014-10-28 Thread J Irving
*plonk* On Tue, Oct 28, 2014 at 4:28 PM, Fluid Dynamics wrote: > On Tuesday, October 28, 2014 12:19:29 PM UTC-4, Marcus Blankenship wrote: >> >> Agreed. I've been amazed at how kind this group has been, despite your >> attitude of disrespect toward them. >> >> On Tue, Oct 28, 2014 at 9:09 AM, D

Re: Is it the right Clojure group for a newbie

2014-06-21 Thread J Irving
+1 Throw them a bone. This is a great book. It's like Richard Bach for computer science. Sorta. This is the book I took with me to help me nurse my mother thru her final days. And I mean that as an uplifting story heh. Definitely worth your cash. Cheers, J On Friday, June 20, 2014, Jeff Heon

Re: How to unit test (defn-) functions?

2014-06-12 Thread J Irving
Hey Timothy So I honestly don't mean to be a smart ass, but there are 6 defn- functions in clojure.core.async - how do you test those? Or are they just considered internals to other public functions? cheers, J On Thu, Jun 12, 2014 at 10:33 AM, Timothy Baldridge wrote: > I say this too many ti

Re: Eval-ing a map expression in Emacs Live doesn't seem to work

2014-06-07 Thread J Irving
On Sat, Jun 7, 2014 at 4:27 PM, gvim wrote: > Thanks, that's what I needed. I realise I've muddled C-x C-e with a > command within Light Table which works with the closing paren of an > s-expression. In Emacs you have to be on the next line following the > closing paren. Got it now. The road to E

Re: Eval-ing a map expression in Emacs Live doesn't seem to work

2014-06-06 Thread J Irving
buffer are you hitting C-x C-e from? cheers, J On Thu, Jun 5, 2014 at 1:14 PM, gvim wrote: > On 05/06/2014 00:57, J Irving wrote: > >> Your cursor was probably on the closing paren at the end - you eval'd >> the previous expression, which was the vector. >> >

Re: Eval-ing a map expression in Emacs Live doesn't seem to work

2014-06-04 Thread J Irving
Your cursor was probably on the closing paren at the end - you eval'd the previous expression, which was the vector. Check out the key bindings here: https://github.com/clojure-emacs/cider#cider-mode If your cursor is anywhere on that expression, you probably want C-c C-c. On Wed, Jun 4, 2014

Re: Do web apps need Clojure?

2013-11-14 Thread J Irving
On Thu, Nov 14, 2013 at 2:53 PM, Brian Craft wrote: > On Thursday, November 14, 2013 10:50:48 AM UTC-8, Jonathan Irving wrote: > >> * Brian Craft [2013-11-14 10:24 -0800]: >> > On Thursday, November 14, 2013 9:42:52 AM UTC-8, Jonathan Irving wrote: >> > > >> > > I agree with much of what you wri

Re: Do web apps need Clojure?

2013-11-14 Thread J Irving
* Brian Craft [2013-11-14 10:24 -0800]: > On Thursday, November 14, 2013 9:42:52 AM UTC-8, Jonathan Irving wrote: > > > > I agree with much of what you write James - I'm paid to write rails and > > node.js code, and I'm finding that node is encouraging me to compose > > small components and basica

Re: Do web apps need Clojure?

2013-11-14 Thread J Irving
* James Reeves [2013-11-14 17:17 +]: > For instance, database migrations. This was something I thought about a lot > a few years ago, until I gradually realised that I wasn't finding myself in > any situations where I needed them. I agree with much of what you write James - I'm paid to write