Re: [racket] Using new packages, step-by-step

2014-03-12 Thread Joe Gilray
Thanks Matt. I am up and running. -Joe On Sun, Mar 9, 2014 at 7:23 PM, Matthew Flatt wrote: > At Wed, 5 Mar 2014 16:31:39 -0800, Joe Gilray wrote: > > I've used dherman's memoize for years. To use it I added: > > > > (require (planet dherman/memoize:3:1)) > > > > and changed "define" to "def

Re: [racket] Using new packages, step-by-step

2014-03-10 Thread Sam Tobin-Hochstadt
On Mon, Mar 10, 2014 at 7:34 PM, Matt Jadud wrote: > Hi Matthew, > > (Or, anyone else who chimes in...) > > I have not noticed whether there are rendered versions of 3rd-party library > documentation anywhere. Currently, there's no centralized place where you can read documentation for libraries

Re: [racket] Using new packages, step-by-step

2014-03-10 Thread Matt Jadud
Hi Matthew, (Or, anyone else who chimes in...) I have not noticed whether there are rendered versions of 3rd-party library documentation anywhere. Is the idea that I would: 1. git clone [lib] 2. open docs/... on my local machine if I'm curious about the library? (Or, install via IDE.) One of th

Re: [racket] Using new packages, step-by-step

2014-03-09 Thread Matthew Flatt
At Wed, 5 Mar 2014 16:31:39 -0800, Joe Gilray wrote: > I've used dherman's memoize for years. To use it I added: > > (require (planet dherman/memoize:3:1)) > > and changed "define" to "define/memo" > > Now that I installed Racket 6.0, I'd like to use the memoize that is > referenced at http://p