You can also also view the full archives of micro-posts. Longer blog posts are available in the Articles section.
Topological Data Analysis (PDF, 42 pp.), by Larry Wasserman.
SICP Logic Programming: A Clojure implementation of the logic programming language described in Structure and Interpretation of Computer Programs. #clojure
py4cl: Call python from Common Lisp. #python #lisp
A Retrospective on Paradigms of AI Programming, by Peter Norvig. See the review on Eli Bendersky’s website. #lisp
While I believe I’m still recoevring from the last episode of hyperkaliemia, my blood pressure seems ok, even if I feel a lot tired, at least more than usual. But as we have to be positive, let’s face it: it’s not too hot yet, I’m having a glass of white wine and enjoying a pleasant breeze, as I did yesterday.

History of Lisp, by John McCarthy (1979). #lisp
TIL about m-expr, which were supplanted by s-expr in Lisp languages. Still, they are a core part of Mathematica noawadays.
A Deeper Understanding of Clojure CLI Tools. I often fire up clj to play with small Clojure snippets, so this definitely is something to keep in my bookmarks even if it is still project-based. #clojure
Personally, I stand by From Python to Numpy, but go check NumPy resources if you’re looking for additional resources. #python