Jon is writing code for the moon (for a project we are both working on). Here is what just came through my instant messaging window, regarding treatment of a series of my pencil-drawn moon-phases:
“I just wrote this code:
function lunarprogression()
{ for (i = 1; i < cycles; i++)
{ if (i == moooooon) wax(moon[i]); else wane(moon[i]); } }}”
brilliant.