Mandelbrot set

From Esolang
Jump to navigation Jump to search
This article is not detailed enough and needs to be expanded. Please help us by adding some more information.

This popular problem requires calculating the Mandelbrot fractal, and usually outputs in ASCII pseudographics.

Example output

                                                                        .......+#
                                                                      ......*....
                                                                     ....*##*+....
                                                                   ...#++**##++.++.
                                                                  ....+#########+...
                                                               ......+*##########.....
                                                       ....*..........+########*........     .+.
                                                      ...##+....##++#*##########*###.*#.......+..
                                                     ....+####+#*#####################++..+#+++++.
                                                     ....################################+####*..
                                                   ...+..####################################*+..
                                                ....*###*####################################+....
                            ..........................+#######################################+...+.
                            ..+........+...........##############################################++.
                           .....+*++...+#+.+.......+*##########################################*+..
                          ......+###*#######**.....#############################################+..
                         ......++##############*+++##############################################*.
                      ..+.....+##################+*##############################################.
                   ......+.*++*################################################################*.
        ......  .......+++####################################################################...
 ##########################################################################################+.....
        ......  .......+++####################################################################...
                   ......+.*++*################################################################*.
                      ..+.....+##################+*##############################################.
                         ......++##############*+++##############################################*.
                          ......+###*#######**.....#############################################+..
                           .....+*++...+#+.+.......+*##########################################*+..
                            ..+........+...........##############################################++.
                            ..........................+#######################################+...+.
                                                ....*###*####################################+....
                                                   ...+..####################################*+..
                                                     ....################################+####*..
                                                     ....+####+#*#####################++..+#+++++.
                                                      ...##+....##++#*##########*###.*#.......+..
                                                       ....*..........+########*........     .+.
                                                               ......+*##########.....
                                                                  ....+#########+...
                                                                   ...#++**##++.++.
                                                                     ....*##*+....
                                                                      ......*....
                                                                        .......+#

External links

This page seems to have a few information about it.

This can demonstrate how this can be implemented.

In Brainfuck written by Erik Bosman.