<p dir="ltr"><br>
On Sep 8, 2012 8:19 AM, &quot;Richard Cleis&quot; &lt;<a href="mailto:rcleis@me.com">rcleis@me.com</a>&gt; wrote:<br>
&gt;<br>
&gt; I am writing documentation. What are acceptable words for the following brackets?<br>
&gt;<br>
&gt; The function f [what verbs are ok?] </p>
<p dir="ltr">Takes, accepts, </p>
<p dir="ltr">&gt; a name, then [what about here?] a phone number.</p>
<p dir="ltr">Computes, evaluates to, reduces to, <br>
(Or even &quot;returns&quot;, if you don&#39;t mind if Ellen and I cringe. We&#39;ll know what you mean.)<br><br></p>
<p dir="ltr">&gt;<br>
&gt; rac<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Sep 8, 2012, at 9:07 AM, Joe Marshall wrote:<br>
&gt;<br>
&gt;&gt; A Scheme procedure might return a value, or it might delegate to another procedure (via tail recursion).  This is a key point: languages without tail recursion cannot delegate to another procedure. They can do a limited simulation of delegation by chaining the returns, but this adds an O(n) space overhead to the computation and consumes stack space, which is a finite resource (hence the limit).<br>

&gt;&gt;<br>
&gt;&gt; ____________________<br>
&gt;&gt;  Racket Users list:<br>
&gt;&gt;  <a href="http://lists.racket-lang.org/users">http://lists.racket-lang.org/users</a><br>
&gt;<br>
&gt;<br>
</p>