Re: [racket-users] Fail to install package via raco

2016-12-10 Thread Huang, Ying
"Huang, Ying" writes: > Hi, All, > > I try the following command, try to install ppict, but it fails with the > following message. Could you help me to fix this? > > $ raco pkg install ppict > Resolving "ppict" via https://download.racket-lang.org/releases/6.7/catalog/ > ssl-make-client-context:

Re: [racket-users] errortrace requires 10x time and memory for the program to compile

2016-12-10 Thread Matthew Flatt
At Mon, 5 Dec 2016 10:19:03 -0700, Matthew Flatt wrote: > There's a pending issue of making sure that `for` loops or other things > are not needlessly instrumented, since they're only part of the > expansion instead of the original code. We haven't gotten back to that, > but I bet it would help wit