Hacker News new | ask | show | jobs
by goatlover 3315 days ago
The paper you linked to does mention prototypes as Self's alternative to classes.

Edit: Oh I see. Cloning is the alternative to instantiation. Parent slots are the alternative to classical inheritance.