uqbar-project / wollok

Wollok Programming Language
GNU General Public License v3.0
60 stars 16 forks source link

Implement Lists and Sets in Wollok #171

Closed tesonep closed 8 years ago

tesonep commented 9 years ago

Implements the collection's classes in wollok language only using the minimal set of underlaying java collections.

Take in consideration that we need to have the whole list of available messages to a Set/List; including the Xtend extensions

javierfernandes commented 8 years ago

Done as part of a bigger refactor to model many natives concepts in wollok itself