Feb. 3, 2012
8:44 a.m.
On 03 Feb 2012, at 09:26, Lukas Renggli wrote:
See below for an alternative collection implementation:
http://jenkins.lukas-renggli.ch/job/Container/
Also contains a nice double-linked-list, as well as many other standard containers that are missing in standard Smalltalk.
Lukas, Very interesting ! I already saw that you were working on this ;-) Do you have some kind of high level description of Container explaining the rationale, ideas and approach. It is one thing to browse the code, but the why/how is important as a guide. It seems that although you introduce iterators, they are less annoying then expected, which is great. Also, a certain level of backwards compatibility seems to be present, looking at message names. Sven