Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the output during PyPy build means?

Tags:

pypy

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?

output from PyPy build

like image 242
yegle Avatar asked Feb 11 '14 17:02

yegle


1 Answers

This is the mandelbrot set.

Enjoy Mandelbrot :-)

according to http://pypy.org/download.html . This creates an enjoyable build experience.

like image 90
User Avatar answered Oct 02 '22 00:10

User