papert ra circles

papert logo program output - I made a little program to draw sun ra circles
this looks a lot like the lisp I used to use in early versions of AutoCAD in the 90s.
(I wrote a very crude program below - first try. run it multiple times without clearing the previous)
27/09/2011

http://logo.twentygototen.org/i2-IgazF ::: program link



papert seen on twitter via @mpesce

SETXY 10 10
SRAND 23
PD
REPEAT 54
[
 CIRCLE (RAND 23)
 PU
 FORWARD (RAND 51)
 PD
 CIRCLE (RAND 67)
 PU
 BACKWARD (RAND 91)
 PD
 CIRCLE (RAND 27)
 CIRCLE (RAND 56)
 PU
 RIGHT (RAND 21)
 CIRCLE (RAND 63)
 CIRCLE (RAND 87)
]

http://www.calormen.com/logo logo interpreter

http://logo.twentygototen.org papert

::: category:

::: location: