I just want to thank Ray for raising this issue and the list for all the clarifying answers.<div><br></div><div>I&#39;ve been working on Racket side projects for the past 9 mos or so and was totally confused by this issue of how to properly modularize my library code. It should be something that is drop dead clear and it wasn&#39;t for me (and I was embarrassed by that, thinking I was missing something really obvious. But, for Racket, it is not obvious).</div>

<div><br></div><div>Now, it still feels a bit band-aided together, at least I understand the options and the primary use case for each option.</div><div><br></div><div>Thanks, list.<br><div><br clear="all">--Kevin<br>
<br><br><div class="gmail_quote">On Mon, Aug 22, 2011 at 8:20 AM, Eli Barzilay <span dir="ltr">&lt;<a href="mailto:eli@barzilay.org">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;">

<div><div></div><div class="h5">Yesterday, Ray Racine wrote:<br>
&gt; &gt;<br>
&gt; &gt; If you&#39;re working on a shell it would be better to use readline --<br>
&gt; &gt; but since you&#39;re using the git head, it&#39;s even better to use the<br>
&gt; &gt; new `xrepl&#39;.  Just add (require xrepl) to your ~/.racketrc, and<br>
&gt; &gt; you&#39;ll get readline and an additional bunch of tools for REPL-use.<br>
&gt;<br>
&gt; Ok xrepl is very very cool.  You had me when a started the repl,<br>
&gt; typed help and the browser popped.  Seeing ,apropos and ,doc near<br>
&gt; brought me to tears.<br>
<br>
</div></div>Actually, xrepl adds the ,comma commands -- just entering &quot;help&quot; is<br>
part of the default Racket REPL.  (And xrepl&#39;s ,doc is basically using<br>
that.)<br>
<div><div></div><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>
  For list-related administrative tasks:<br>
  <a href="http://lists.racket-lang.org/listinfo/users" target="_blank">http://lists.racket-lang.org/listinfo/users</a><br>
</div></div></blockquote></div><br></div></div>