subsections:


Prototypes -- exemplars


slide: Prototypes


State

  • slots -- parents
  • variables and methods

Creation

  • shallow cloning
  • deep cloning

Delegation

  • implicit delegation
  • explicit delegation

slide: Prototypes -- state, creation, delegation


Improving performance


slide: Improving performance


Self -- prototypes

Dynamic compilation -- type information


slide: Dynamic compilation -- Self