I just want to thank Ray for raising this issue and the list for all the clarifying answers.<div><br></div><div>I'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'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"><<a href="mailto:eli@barzilay.org">eli@barzilay.org</a>></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>
> ><br>
> > If you're working on a shell it would be better to use readline --<br>
> > but since you're using the git head, it's even better to use the<br>
> > new `xrepl'. Just add (require xrepl) to your ~/.racketrc, and<br>
> > you'll get readline and an additional bunch of tools for REPL-use.<br>
><br>
> Ok xrepl is very very cool. You had me when a started the repl,<br>
> typed help and the browser popped. Seeing ,apropos and ,doc near<br>
> brought me to tears.<br>
<br>
</div></div>Actually, xrepl adds the ,comma commands -- just entering "help" is<br>
part of the default Racket REPL. (And xrepl'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>