theodore-norvell / PLAAY

Senior Design Project PLAAY (Programming Language for Adults And Youth)
2 stars 0 forks source link

Objects #14

Open theodore-norvell opened 7 years ago

theodore-norvell commented 7 years ago

Objects need to be designed and implemented. Microworlds, such a the turtle world, should be implemented using object. E.g. for the turtle world, the programmer will send messages to a turtle object. We can implement world object before adding classes and object creation to the language.

theodore-norvell commented 7 years ago

Actually objects are all there. We just need to make sure the world objects is as it should be.