marcoonroad / families

Concatenation-based prototypes implementation for Lua. :microscope: :crescent_moon: :family_man_woman_girl_boy: :house_with_garden:
https://marcoonroad.github.io/families/
MIT License
3 stars 0 forks source link

Family introspection breaks 'Clone early, Clone often' lemma. #7

Closed marcoonroad closed 7 years ago

marcoonroad commented 7 years ago

The clone object also could evolve in many distinct ways which don't resemble the prototype/parent object anymore. Therefore, I must figure out a structural approach to deal with the family resemblance API.

By now, move it away in another branch called resemblance.

marcoonroad commented 7 years ago

Working on that with branch lua-51 and branch resemblance. That branch for family introspection will remain experimental until it fulfills the "Clone early, Clone often" motto.

marcoonroad commented 7 years ago

The base commit for resemblance<->lua-51 fork is 9e4ccd2.