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

Documentation regarding initial version. #6

Closed marcoonroad closed 6 years ago

marcoonroad commented 7 years ago

I must complete the documentation for that project. The wiki needs more things covering the API, examples and even tutorials, if possible, surely. Comparisons regarding other prototype-based languages such as JavaScript, Self and Io will be a huge plus.

marcoonroad commented 7 years ago

I'm going to remove the GC finalizer part from the code, and such, I must also update the wiki removing that feature in favor of another being implemented (see #4).

marcoonroad commented 7 years ago

The wiki already covers the new algorithm ("Split & Scan"), but the lack of any examples/tutorial still exists. Perhaps, I'll just provide a minor good example on README instead.

marcoonroad commented 6 years ago

Tutorials were deferred to the next release. I'm following the principle of the Bazar:

Release early, release often.