[Grace-core] Minutes of Teleconference 10-11.08.2015
James Noble
kjx at ecs.vuw.ac.nz
Mon Aug 10 16:56:03 PDT 2015
* Tom has changed the website look!
- that’s good! well past time!
- other people should post more stuff.
* Talked about creating objects, delegation, inheritance, etc.
* Kim’s student’s are done.
- Reed has a version of Gracedocs
- static type checker works for most things in a single file
* Andrew gave his midterm (11 students)
talked about his JS graphics library
* We also talked about object construction...
Michael’s description about what an object constructor does.
- an o/c called from other code is given a fresh identity
- an o/c called from an inherits call is given the identity created by the calling o/c
THEN the o/c
- recursively calls any other o/c that it inherits
- “builds aka/lay out” the object, adding in fields & methods after the methods that are already there
into the identity it was given
- run inits code top-to-bottom on the identity it was given
More information about the Grace-core
mailing list