I just can't believe no one told you to write your own. :-)<br><br>;; my-max: number number -> number<br>;; consumes two numbers and produces the larger<br>(define (my-max x y)<br> (cond<br> [(> x y) x]<br> [else y]))
<br><br>Todd<br><br><div class="gmail_quote">On Jan 23, 2008 10:27 AM, Robby Findler <<a href="mailto:robby@cs.uchicago.edu">robby@cs.uchicago.edu</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Jan 23, 2008 9:22 AM, Matthias Felleisen <<a href="mailto:matthias@ccs.neu.edu">matthias@ccs.neu.edu</a>> wrote:<br>> [B]e<br><div class="Ih2E3d">> prepared that answers from here force you to empower yourself. They
<br>> wont be straightfaced answers.<br><br></div>Laughter is king! ;)<br><font color="#888888"><br>Robby<br></font><div><div></div><div class="Wj3C7c">_________________________________________________<br> For list-related administrative tasks:
<br> <a href="http://list.cs.brown.edu/mailman/listinfo/plt-scheme" target="_blank">http://list.cs.brown.edu/mailman/listinfo/plt-scheme</a><br></div></div></blockquote></div><br>