Settings

Theme

Show HN: A Mandelbrot set viewer that runs in the browser

mandelbrot.site

5 points by rosslh a year ago · 2 comments

Reader

martyalain a year ago

Very well done, thanks. For the fun here is a very slow but minimalistic and easy to understand version of the mandelbrot set algorithm, without the burden of any canvas. Using a small language, lambdatalk, a foreign dialect of lambda-calculus, we just compute if a point is inside or outside the mandelbrot set and just write "o" or "." directly in the wiki page. http://lambdaway.fr/workshop/?view=mandel_canvas

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection