<div dir="ltr">#lang racket2 ?</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Mar 9, 2013 at 3:09 PM, Eli Barzilay <span dir="ltr">&lt;<a href="mailto:eli@barzilay.org" target="_blank">eli@barzilay.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">It&#39;s no committed &amp; pushed.  With the bad argument order.<br>
<br>
Just to show how bad it is, it&#39;s not just `findf&#39; -- there&#39;s many<br>
others, like `partition&#39; which is very similar, yet it takes the<br>
predicate first.<br>
<br>
I&#39;d really like to fix the order of all of these things.  Maybe<br>
someone has some idea how to do that?<br>
<br>
<br>
Also, the same holds for dealing with improper lists: I made the *f<br>
functions deal with them in the same way that the non-*f functions do,<br>
which in turn is a srfi-1 legacy.  I think that this is also a bad and<br>
unnecessary idea, and it would be best to make them all require<br>
(proper) lists.<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:<br>
                    <a href="http://barzilay.org/" target="_blank">http://barzilay.org/</a>                   Maze is Life!<br>
_________________________<br>
  Racket Developers list:<br>
  <a href="http://lists.racket-lang.org/dev" target="_blank">http://lists.racket-lang.org/dev</a><br>
</div></div></blockquote></div><br></div>