papert
papert copied to clipboard
a logo interpreter in javascript, with turtle graphics, hosted on GAE
The website seems to be down. Unable to connect to the server.
Change koch's :length argument is now the length of the base triangle. This simplifies experimenting with changing the number of recursion levels. Koch.txt had a slightly different formatting than the...
negative number fix
I'm not sure I have this right, but I think it this could be choking on negatives (adapted from http://www.logointerpreter.com/view-program.php?user=spaulc90&program=generate_dragon_fractal): ``` ; generates the actual fractal recursively to dragon_fractal :size...
This includes the changes in #1, but if you like I can separate them out. I really needed a logo to SVG parser, and am not good at writing parsers...