Home | Wiki | Blog | FAQ | Contact Us | Contribute

XO activity without single line of code

November 13th, 2007 By: · 1 Comment

Currently we are developing different activities using Squeak. One of our main aims is to use simple,efficient and productive methodology. Initially, we have implemented addition activity using complete smalltalk code rather than scripting feature of Etoys . Even though the activities is pretty simple we have to do a lot of manipulation of the squeak’s Morph object. So, this time we have tried to make the same activities without using a single line of code. For the purpose we have used Etoys scripting which is more drag and drop than programming. We are using agile method for the activities development so,iteration is one of the major component of our development process. Initially, it was a long list of scripts. Finally, we came up with the better solution. Now, we have realized that we can do really meaningful things using scripting.

Tags: Uncategorized

1 response so far ↓

  • 1 Anonymous // Nov 13, 2007 at 5:58 am

    Surendra, you make it sound so easy maybe even I can do it!

    – Bryan Berry

Leave a Comment