I think the point is that replicating pretty much any site is trivially easy in any language if you don't have to worry about query performance, cacheing, scaling, etc.
I didn't really see this article as being interesting from the "oh look, a reddit!" angle. I thought it was a good article in that it showed how to do a lot of things in Clojure: Java interop, a basic Compojure use case, and deployment with Leinengen.
Sure, you can replicate lots of sites but to me Reddit wasn't great because of the tech, it was because they had built something really zeitgeisty that people liked.
Bestinclass.dk is always hyping clojure and actually does more damage than good. Remember the 'clojure vs python', 'clojure vs ruby' and 'clojure vs global warming' articles.
If you name your blog 'best in class' I think that sets that bar for the quality a bit higher than what is generally on display there.
I think Reddit clones would be a lot more commonplace and popular if they had a name other than "Reddit clones"; it's a simple site architecture in retrospect, analogous to a blog or a wiki. They are all categories of web applications that have interactive elements, but also act as websites for those who don't care to participate.
Now, imagine if blogs had been called "Wordpress clones", or wikis had been known as "Wikipedia clones"? [Yes, I know, not the originators of the species, but surely the ones the most people are familiar with.] I don't think they'd have nearly the traction on the web that they do now, as the media wouldn't be caught dead talking about the "Wordpress clone usage and participation phenomenon" without being payed off. If there was a non-trademarked, one-to-two syllable name one could use to describe both Reddit and HN, I think we'd see the usage shoot up.
I think that's a little too broad of a category. That conveys the sharing of links, but not the voting and comments, which I feel are the defining features of reddit.
and also suffers from scalability too. How many times have you accessed this site and got a connection error? Scalability and all that other work requires code.