Programming Media II
Professor Casey Reas, TA Sean Dockray
     
  "Human Compiler "
    + Guthrie Lonergan's execution

+JJ Kaye's execution
   
     
       
 


Assignment :
Write a program. Use a notation system distinctly different from text-based programming languages such as C, Java, PHP, etc. Because the programs will be executed by people and not machines, how can you diverge from standard syntax? Hand in three copies of your program, each on a 8.5 x 11 page.

Response/Concept:
My program seeks the human compiler to perform a very simple task, to draw. However, the main focus is that the human compiler has the choice of which "drawing media" to use and which "drawing device" to depict the drawing


Sample Code:
Get a drawing media.
Get a drawing device.

Draw squares on the drawing media using the drawing device.

Keep drawing.
Keep drawing....
Keep drawing.........

Stop when you are tired, or when you get bored.