Re: [racket-users] Clearer code in DrRacket?

2020-10-10 Thread Adam El Mazouari
Looks interesting. Do you know any package of this type for DrRacket (or another program) that works semantically while you program? (not just as a checking tool like View Syntax) --Adam. On Fri, Oct 9, 2020 at 7:48 PM Shu-Hung You wrote: > Here is an example that provides different colors for

Re: [racket-users] Clearer code in DrRacket?

2020-10-10 Thread Sorawee Porncharoenwase
> > Looks interesting. Do you know any package of this type for DrRacket (or > another program) that works semantically while you program? (not just as a > checking tool like View Syntax) > I think it would be difficult. Racket has macros, and it allows shadowing on anything. The attached image s

[racket-users] Automated method for making racket package installs consistent?

2020-10-10 Thread primer
If I have an an install with packages X and Y installed, and a second install with packages Y and Z installed, is there a way to use raco.exe or some such to get X, Y, and Z installed on both machines without having to figure out "by hand" which packages are missing from each install? -- You