Tag Archives: clojure

Image representation (Clojure and Java), part one

[cliquer ici pour la version en français] In a previous post (Digital images and arrays : the same thing ?) i moaned about the lack of support of negative coordinate in image representations. In order to go beyond a simple observation, and because i need it, here is my firsts lines (of code) on this [...]

Project Euler with Clojure (1)

[cliquer ici pour la version en français] The first Euler project problem is stated as : If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23. Find the sum of all the multiples of 3 [...]