
Haskell chaos and lib-cairo.
Is only a fixed-point iteration over this function:
lgs x r = r * x * exp(- x )
martedì 8 dicembre 2009
Cairo-Chaos Haskell
Pubblicato da
koteth
0
commenti
giovedì 20 agosto 2009
re: Mandelbrot Set in Haskell

Pubblicato da
koteth
0
commenti
Mandelbrot set in Haskell
gr = map(\y-> [( x:+y )|x<-[-3,-2.95..1]])[-2,-1.9..2]
main = mapM_ putStrLn ( (map(\el->show el) )image )

A first interpretation ( a little bit unsatisfactory ) of the Mandelbrot set in Haskell
Pubblicato da
koteth
0
commenti
domenica 19 luglio 2009
Mandelbrot in Rebol

And this is my interpretation of Mandelbrot fractal using Rebol:
Pubblicato da
koteth
0
commenti
martedì 14 ottobre 2008
Mandelbrot in Scala
I'm also working on a more complex mandelbrot set program in Scala.
Soon i'll post the source code.
This is the output:
Pubblicato da
koteth
0
commenti
Esoteric ruby Mandelbrot
Inspired from this article i've decided to
play with code in order to create my version of Madelbrot set program in ruby.
This is the code:
( not true, the code is here because the blogger editor didn't work fine when a code contain <
or > )
The code is intentionally obscure.
Is possible to decide: position, zoom factor, number of iterations, and number of lines.
The output should be like this:
Pubblicato da
koteth
0
commenti