High-Resolution Mandelbrot in Obfuscated Python(preshing.com)
preshing.com
High-Resolution Mandelbrot in Obfuscated Python
http://preshing.com/20110926/high-resolution-mandelbrot-in-obfuscated-python
5 comments
The fact that this is accomplished in a language where whitespace really matters impressed me the most.
Whitespace can matter, but ; counts as a newline and you can have any whitespace inside an expression that you want. Typically you'll write something like:
some_function( with, lots,
of args )
but you can also use that flexibility to make your source code look like a badass fucking fractal too.> badass fucking fractal
Ok, I haven't actually logged in for over 12 months and kept to pure occasional lurking, but you made me do it just to vote up your JoCo reference.
Look what you've done.
Ok, I haven't actually logged in for over 12 months and kept to pure occasional lurking, but you made me do it just to vote up your JoCo reference.
Look what you've done.
Ruth was just asking last week 'what happened to fractals'. Might run the poster containing its own source code past the teenagers I'm teaching maths to...
An ASCII version in Perl: http://www.perlmonks.org/?node_id=165283