Re: Macro tutorials?

2011-10-10 Thread Larry Johnson
Hi, Nicolas, and thanks. I'm new to clojure (I've been working through Programming Clojure), and most of my long work life has gravitated around c, shell scripts, and perl. That being said, I've tinkered with Lisp dialects for the past twenty-five years (mostly elisp, scheme, and common lisp), an

Re: Literate programming

2011-10-27 Thread Larry Johnson
I'm a bit reluctant to get into this, because I'm new to clojure (and don't know the backstory of this post), but an old hand at literate programming (I recently did a podcast interview with Donald Knuth on LP). I'll be interested in the results of your survey. Larry On Wed, Oct 26, 2011 at 3:06

Re: Literate programming

2011-10-27 Thread Larry Johnson
My two favorite articles on Literate Programming are both from Donald Knuth's book *Literate Programming*. One is "Computer Programming as an Art", and the other is "Literate Programming". When I was preparing to interview Knuth a bit over a year ago I re-read the entire book. I expected it to b

Re: Literate programming

2011-10-28 Thread Larry Johnson
On Thu, Oct 27, 2011 at 11:52 PM, daly wrote: > > Any means of publication can be the medium for literate programming. > As I rule I prefer Latex but anything will do. > > All you need is a distinguished means of quoting and naming the > chunks. In html this could be as simple as: > > you

Re: Clojure Conj extracurricular activities spreadsheet

2011-10-31 Thread Larry Johnson
Damn, Damn, Damn. I'm very new to clojure, and joined this forum just a few weeks ago. The fact that there are sessions at Clojure Conj on two of my passions (Go and Literate Programming), and that I'm unable to attend, frustrates me to no end. I assume that the session on Go refers to the Asia

Re: Clojure Conj extracurricular activities spreadsheet

2011-10-31 Thread Larry Johnson
Ahh. Yes, it is really, really hard. I may have misunderstood the nature of the session. Larry On Mon, Oct 31, 2011 at 5:18 PM, Gary Trakhman wrote: > I think we're just playing it, no? :-) Isn't it really really hard > to solve go? > > On Mon, Oct 31, 2011 at

Re: Overused phrases in the Clojure community

2011-11-16 Thread Larry Johnson
On Tue, Nov 15, 2011 at 11:05 PM, Carl Cotner wrote: > In general, I agree that it's annoying to continue seeing certain words > used over and over. But the use of the word "idiomatic" in particularseems to > be very idiomatic in the Clojure community, so I don't mind it. > > :-) > > > On Tue, N

Re: Literate programming

2011-12-22 Thread Larry Johnson
On Thu, Dec 22, 2011 at 2:54 PM, daly wrote: > > > > > The combination of literate + TDD seems forbidding. > > Are you finding it hard to explain why you wrote a test? > > Tim Daly > > I decided awhile back when trying to answer questions about literate programming, that people get caught up in t

Re: Literate programming

2011-12-22 Thread Larry Johnson
Probably the most effective way to really hammer the benefits of literate programming into the clojure community would be to take a manageable but serious and well known clojure program, module, or library, and render it into literate form. As a clojure programmer, I'm not even there. But as some