Am 27.01.2011 19:25, schrieb bearophile:
> 
> Programmers just quickly learn that indexes and slices have a bit different 
> semantics.
> 

And I guess this holds true for programmers used to python as well?
So they should have no problem with learning to use foo = blah[i..min($,i+n)]
instead of foo = blah[i..(i+n)] ;-)

> Bye,
> bearophile

Cheers,
- Daniel

Reply via email to