my code ...
Tag Archives: clojure
… the old snippet server
When I saw that clojureql I wondered what the fuzz was about and decided to try it out on a small example. Everybody who has read Programming Clojure, has been through the snippet server example in chapter 9.3, so that … Continue reading
… 10 one-liners
A lot of people have responded to 10 Scala One Liners with implementations in a lot of different languages, including clojure. My suggestion can be found in this gist but one of the one-liners are especially interesting, Sieve of Eratosthenes. … Continue reading
… simple mandelbot
..where I realize that each point can be calculated in parallel. Determining the inclusion in the Mandelbrot Set is relatively easy to define. Running through all the points in an interesting range and projecting them to an area of a … Continue reading
… external slime connection
The iMac is always turned on in the living room, it is usually playing cartoons or music. I never use it for programming as I prefer my good old IBM X40 running Ubuntu, even if it is several times slower … Continue reading
… enter clojure!
The 12th of december 2008, the word “clojure” enters my vocabulary for the first time. I was looking at sbcl/clisp and reading Practical Common Lisp and had done the classic Casting SPELs in Lisp at the time and figured that … Continue reading