Re: [racket-users] Re: cvs-reading ?

2016-10-30 Thread Alexis King
This appears to be an issue with the comments on the first three lines interfering with the shebang line. Don’t include them, they’re only in the docs for illustrative purposes. In the meantime, I’ll update the documentation to remove that issue with the example. > On Oct 29, 2016, at 22:31,

Re: [racket-users] Re: cvs-reading ?

2016-10-29 Thread Jack Firth
I'm not quite sure, but one thing I see off that I forgot to mention in my previous post is that I think the package you want is "csv-reading", not "cvs-reading". On Sat, Oct 29, 2016 at 10:31 PM, wrote: > > Hi Jack, > > thanks fpr your reply ! :) > > I tried that with this

Re: [racket-users] Re: cvs-reading ?

2016-10-29 Thread Meino . Cramer
Hi Jack, thanks fpr your reply ! :) I tried that with this script (copied from the docs, "/bin/env racket replace by the actually path to racket): #!/usr/local/bin/racket; \ #lang scripty ; | script preamble #:dependencies

[racket-users] Re: cvs-reading ?

2016-10-29 Thread Jack Firth
I would recommend adding `info.rkt` files to your projects so that your projects are *themselves* packages. In these info files you can declare what packages you depend on, so rather than manually installing dependencies one at a time globally (and reinstalling when upgrading racket), you