Open jantuomi opened 8 years ago
tunkki needs rudimentary OOP support.
Will the Object Oriented features utilize classical inheritance or prototypal composition? I would suggest prototypes over classes like in Javascript.
tunkki will use lazy classical inheritance.
tunkki needs rudimentary OOP support.