<div dir="ltr">#steps: reminds me of mophic - step interval, right?<div><br></div><div>#withNext: reminds me of #withIndexDo:.  I&#39;d expect it to provide two arguments to the block (until I learned otherwise).</div><div><br></div><div>#next: is stream, and definitely not what we want.</div><div><br></div><div>I like Eliot&#39;s questioning of adding a new method at all, although I&#39;m guilty of doing that a lot.</div><div><br></div><div>What about a new constructor on Interval?</div><div><br></div><div>Interval startAt: x next: z</div><div>Interval startAt: x next: z by: b</div><div>?</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 7, 2015 at 1:06 PM, Bert Freudenberg <span dir="ltr">&lt;<a href="mailto:bert@freudenbergs.de" target="_blank">bert@freudenbergs.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 07.07.2015, at 06:09, Tobias Pape &lt;<a href="mailto:Das.Linux@gmx.de">Das.Linux@gmx.de</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi all<br>
&gt;<br>
&gt; I&#39;ve got a small naming puzzle:<br>
&gt;<br>
&gt; So we have<br>
&gt;       x to: y<br>
&gt; that makes<br>
&gt;       Intervall (x, x+1, x+2, ... , y)<br>
&gt;<br>
&gt; And we can do<br>
&gt;       x to: x + z<br>
&gt; to get<br>
&gt;       Intervall (x, x+1, x+2, ..., x+z)<br>
&gt;<br>
&gt;<br>
&gt; But we have x twice in there.<br>
&gt;<br>
&gt; What would you name the message<br>
&gt;       x ???? z<br>
&gt; that gives<br>
&gt;       Intervall (x, x+1, x+2, ..., x+z)<br>
&gt;<br>
&gt; I&#39;m curious for your answers :)<br>
&gt;<br>
&gt; Best regards<br>
&gt;       -Tobias<br>
<br>
<br>
</span>x steps: z<br>
x steps: z by: b<br>
<br>
x withNext: z<br>
x withNext: z by: b<br>
<span class="HOEnZb"><font color="#888888"><br>
- Bert -<br>
<br>
<br>
<br>
</font></span><br><br>
<br></blockquote></div><br></div>