jantuomi / tunkki

A lightning fast scripting language without the need for parentheses.
http://jantuomi.github.io/tunkki
MIT License
2 stars 0 forks source link

OOP support #6

Open jantuomi opened 8 years ago

jantuomi commented 8 years ago

tunkki needs rudimentary OOP support.

juusaw commented 8 years ago

Will the Object Oriented features utilize classical inheritance or prototypal composition? I would suggest prototypes over classes like in Javascript.

jantuomi commented 8 years ago

tunkki will use lazy classical inheritance.