Drawing the Mandelbrot set in Ruby and Haskell
Generating the wonderful Mandelbrot set in Ruby and Haskell – it’s amazing how simple math can give birth to such a sophisticated shape. It’s elegance fits Ruby and Haskell well. Come closer and see the wonders!
Functional ruby – a simple example
Today I’d like to present the implementation of the quicksort algorithm, starting from a naive imperative solution and improving it for elegance and clarity.
Ruby vs. Haskell – project Euler #25 deathmatch
What is the first term in the Fibonacci sequence to contain 1000 digits?
This is the quesion I’m answering, comparing the Ruby and the Haskell solutions.

