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.

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

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

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

2016-07-17 Thread Sourav Datta
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! On Sunday, July 17, 2016 at 11:59:34 AM UTC+5:30, johnbclements wrote: > > On Jul 16, 2016, at 11:13 PM, Sourav Datta

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

2016-07-17 Thread 'John Clements' via Racket Users
> On Jul 16, 2016, at 11:13 PM, Sourav Datta wrote: > > Hey hey, > > I am pretty new to Racket and still experimenting with it. I came across the > nice rsound package and thought to try the examples. I found that the version > installed on my system is 1.10. So I

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

2016-07-17 Thread Sourav Datta
Hey hey, I am pretty new to Racket and still experimenting with it. I came across the nice rsound package and thought to try the examples. I found that the version installed on my system is 1.10. So I tried to install the latest 4.4 with the command: raco planet install clements rsound.plt 4