<div dir="ltr">Thanks Matt.<div><br></div><div>I am up and running.</div><div><br></div><div>-Joe</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Mar 9, 2014 at 7:23 PM, Matthew Flatt <span dir="ltr"><<a href="mailto:mflatt@cs.utah.edu" target="_blank">mflatt@cs.utah.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">At Wed, 5 Mar 2014 16:31:39 -0800, Joe Gilray wrote:<br>
> I've used dherman's memoize for years. To use it I added:<br>
><br>
> (require (planet dherman/memoize:3:1))<br>
><br>
> and changed "define" to "define/memo"<br>
><br>
> Now that I installed Racket 6.0, I'd like to use the memoize that is<br>
> referenced at <a href="http://pkgs.racket-lang.org/" target="_blank">http://pkgs.racket-lang.org/</a>.<br>
><br>
> Can someone give me a step-by-step guide on how to do this?<br>
<br>
</div>As explained in<br>
<br>
<a href="http://docs.racket-lang.org/pkg/getting-started.html" target="_blank">http://docs.racket-lang.org/pkg/getting-started.html</a><br>
<br>
you can install a package with either DrRacket or with `raco pkg` at<br>
the command line.<br>
<br>
<br>
In DrRacket:<br>
<br>
* Select "Package Manager" from the "File" menu<br>
<br>
* Type "memoize" in the text field<br>
<br>
* Click "Install"<br>
<br>
Or at the command line:<br>
<br>
raco pkg install memoize<br>
<br>
<br>
After either of those, searching documentation "memoize" should work,<br>
and the docs say to use<br>
<br>
(require memoize)<br>
<br>
and then `define/memo`.<br>
<div class=""><br>
<br>
> Also, how do I then delete the old "planet" - based memoize?<br>
<br>
</div>At the command line:<br>
<br>
raco planet remove dherman memoize.plt 3 1<br>
<br>
See also<br>
<br>
</blockquote></div><br></div>