During the building phase of PyPy
, the script produces some nice ASCII characters that looks really interesting. What does each character represent? How to interpret this output? What really is PyPy build doing while producing this ASCII art?
Asked
Active
Viewed 544 times
1 Answers
5
This is the mandelbrot set.
Enjoy Mandelbrot :-)
according to http://pypy.org/download.html . This creates an enjoyable build experience.

User
- 14,131
- 2
- 40
- 59
-
What? So it means nothing to the build itself? – yegle Feb 11 '14 at 21:51
-
1It seems like the authors just decide to show some interesting ASCII art during the boring build :-( http://doc.pypy.org/en/latest/faq.html#why-does-pypy-draw-a-mandelbrot-fractal-while-translating – yegle Feb 11 '14 at 21:52
-
1it's a progress bar. pure dot based progress bar is quite boring. enjoy :) it does not slow anything down. – fijal Feb 24 '14 at 19:39