Re: [racket-users] Re-using an identifier as a submodule name?

2016-07-17 Thread Alex Knauth
> On Jul 15, 2016, at 12:22 AM, Jack Firth wrote: > > But I'm hitting scope issues - I'm not sure hot to make the redefinitions of > func available in (body ...) in a (with-foo func body ...) use, naively > adding the require imports fails to bring them into scope. Various > combinations of u

Re: [racket-users] Macros that use with-handlers

2016-07-17 Thread Jack Firth
On Saturday, July 16, 2016 at 7:06:10 PM UTC-4, David K. Storrs wrote: > So, if one should prefer functions, what is a good place to use > macros? When people talk about why LISP/Scheme/Racket are the most > powerful languages, they inevitably mention macros and continuations. > What is a good use

Re: [racket-users] Rsound build problem for versions >= 3

2016-07-17 Thread 'John Clements' via Racket Users
> On Jul 16, 2016, at 11:56 PM, Sourav Datta wrote: > > Worked fine! For some reason I was assuming that planet was the latest > version of package manager whereas pkg was the old one! Thanks for the help! Glad to hear it. Out of curiosity: do you remember how you got to planet, and whether t