Re: [racket] Advanced searching on Racket list

2011-12-22 Thread Kevin Taylor
In Google, use: site:http://lists.racket-lang.org/users/archive/ webcam AND flex to search the archives for pages with both webcam and flex --Kevin Taylor Director, Groupon Engineering Twitter: @ktaylor On Thu, Dec 22, 2011 at 12:58 PM, Harry Spier wrote: > I

[racket] Advanced searching on Racket list

2011-12-22 Thread Harry Spier
Is there a way to do more advanced searchs on the Racket users list such as: anding or oring terms, exact phrases, excluding terms etc. Thanks, Harry _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

Re: [racket] compile-enforce-module-constants parameter and redefinition of constants

2011-12-22 Thread Matthias Felleisen
Two definitions for a variable in the same scope never works. In the first case, Matthew would probably say "the top level is broken." -- Matthias On Dec 21, 2011, at 11:16 PM, Harry Spier wrote: > Can someone explain why this example from the Racket Guide allows a > re-definition of a const