Re: [racket-users] Should I stop sending packages to the catalog?

2020-06-20 Thread Simon Schlee
Declaring the dependencies explicitly is good in a lot of cases, but I guess there are cases where it is unnecessary. If you do decide to create the uber package you can create the info.rkt, `raco pkg install` the package and then use `raco setup --fix-pkg-deps --unused-pkg-deps ` to let setup

Re: [racket-users] Should I stop sending packages to the catalog?

2020-06-20 Thread Brian Adkins
On Saturday, June 20, 2020 at 11:35:32 AM UTC-4, Simon Schlee wrote: > > > What I'd like to do is to create a personal catalog that represents the >> packages I currently have installed, but it doesn't appear there's a super >> easy `raco pkg` command to do that - I still need to research a bit.

Re: [racket-users] Should I stop sending packages to the catalog?

2020-06-20 Thread Simon Schlee
> What I'd like to do is to create a personal catalog that represents the > packages I currently have installed, but it doesn't appear there's a super > easy `raco pkg` command to do that - I still need to research a bit. > raco pkg archive --help Create catalog from installed packages

Re: [racket-users] about 《Revenge of the Son of the Li sp Machine》 Appendix

2020-06-20 Thread Matthew Flatt
At Fri, 19 Jun 2020 20:25:47 -0700 (PDT), Yuki Lee wrote: > https://www2.ccs.neu.edu/racket/pubs/icfp99-ffkf.pdf > > I have read this paper. > I encountered a problem when I tried to run the code at the end. Unfortunately, that code that pre-dates the current Racket module system, so it did not