diff --git a/README.rst b/README.rst index bb105f4..aacb8f4 100644 --- a/README.rst +++ b/README.rst @@ -44,3 +44,48 @@ Testing Some of the files have unit test classes in them. To run all unit tests:: $ python3.4 -m unittest discover -p "*.py" + +The most interesting program written in Kaleidoscope is the Mandelbrot set generator in chapter 6: + +.. sourcecode:: + + $ python3.4 chapter6.py + **************************************************************** + **************************************************************** + ****************************************++++++****************** + ************************************+++++...++++++************** + *********************************++++++++.. ...+++++************ + *******************************++++++++++.. ..+++++*********** + ******************************++++++++++. ..++++++********** + ****************************+++++++++.... ..++++++********* + **************************++++++++....... .....++++******** + *************************++++++++. . ... .++******* + ***********************++++++++... ++******* + *********************+++++++++.... .+++****** + ******************+++..+++++.... ..+++***** + **************++++++. .......... +++***** + ***********++++++++.. .. .++***** + *********++++++++++... .++++**** + ********++++++++++.. .++++**** + *******++++++..... ..++++**** + *******+........ ...++++**** + *******+... .... ...++++**** + *******+++++...... ..++++**** + *******++++++++++... .++++**** + *********++++++++++... ++++**** + **********+++++++++.. .. ..++***** + *************++++++.. .......... +++***** + ******************+++...+++..... ..+++***** + *********************+++++++++.... ..++****** + ***********************++++++++... +++****** + *************************+++++++.. . ... .++******* + **************************++++++++....... ......+++******** + ****************************+++++++++.... ..++++++********* + *****************************++++++++++.. ..++++++********** + *******************************++++++++++.. ...+++++*********** + *********************************++++++++.. ...+++++************ + ***********************************++++++....+++++************** + ***************************************++++++++***************** + **************************************************************** + **************************************************************** +