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),

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

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 be a

Re: Literate programming

2011-10-28 Thread Larry Johnson
On Thu, Oct 27, 2011 at 11:52 PM, daly d...@axiom-developer.org 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

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

Re: Clojure Conj extracurricular activities spreadsheet

2011-10-31 Thread Larry Johnson
, Larry Johnson larryfeltonjohn...@gmail.com wrote: 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

Re: Overused phrases in the Clojure community

2011-11-16 Thread Larry Johnson
On Tue, Nov 15, 2011 at 11:05 PM, Carl Cotner carl.cot...@gmail.com 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. :-)

Re: Literate programming

2011-12-22 Thread Larry Johnson
On Thu, Dec 22, 2011 at 2:54 PM, daly d...@axiom-developer.org 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

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