Hi Stéphane,
2007/7/27, stephane ducasse <
[hidden email]>:
> could you identify what is not available in Nile to perform such change?
This is why I slowly replace by Nile. It helps me identify what is
missing in Nile. I've already implemented some missing methods.
The only incompatibility I have found is #back:
((ReadStream on: 'abc') next: 2; yourself) back. => $a.
((NSReadableCollectionStream on: 'abc') next: 2; yourself) back. => $b
I don't want to follow the Squeak version here. For Squeak, there is a
current element, a previous element and a future element. In all the
documents I read, the position is always between 2 elements, so, there
is no current element.
--
Damien Cassou