liebke
|
15 years ago
|
on: Has Clojure development stalled?
I agree, under what conceivable metric could the development of Clojure appear to be stalled?
liebke
|
15 years ago
|
on: Clj, a Clojure REPL and package management system by David Edgar Liebke
Mark, you are correct, it does install packages globally. It's designed to complement the project-oriented approach of Leiningen and Maven, not replace it.
liebke
|
16 years ago
|
on: Portland, OR: a video montage on why you'll love it
Wow, that's ridiculously well timed; my wife and I need to make a decision tomorrow about moving across the country to Portland!
liebke
|
16 years ago
|
on: Ask HN: Statistics for hackers?
I've enjoyed blogging about statistical programming (
http://incanter-blog.org), it's been a great way to dig into subjects that interest me.
liebke
|
16 years ago
|
on: Tackling Concurrency with STM and Clojure [pdf slides]
liebke
|
17 years ago
|
on: Chi-square goodness-of-fit, Benford’s law, and the Iranian election
The plots and chi-square tests are a single function each, it's the data preparation that takes up so much space. Alas, most statistical analyses involve a lot of preparatory steps, which are rarely shown in the final write-up.