You can also also view the full archives of micro-posts. Longer blog posts are available in the Articles section.
How Python List Works. #python
Computing prime numbers with Clojure. #clojure
Old times, good times.
Project Euler, problem 10:
Total @ Prime @ Range @ PrimePi[2*^6]
(apply + (filter prime? (range 1 2e6)))
((require math/number-theory)
)Scientific visualization Course, by Nicolas Rougier.