[racket-users] Re: How to test that a file is syntactically correct, but don't run it

2016-11-25 Thread Andrew Kent
On Friday, November 25, 2016 at 8:28:16 PM UTC-5, David K. Storrs wrote: > As part of my pre-checkin test suite I'd like to be able to check that all > files are syntactically correct, but I don't want to actually execute them > because, e.g. executing 'server.rkt' would start the server and I

Re: [racket-users] How to test that a file is syntactically correct, but don't run it

2016-11-25 Thread Matthew Butterick
On Nov 25, 2016, at 5:28 PM, David Storrs wrote: > As part of my pre-checkin test suite I'd like to be able to check that all > files are syntactically correct, but I don't want to actually execute them > because, e.g. executing 'server.rkt' would start the server and

[racket-users] How to test that a file is syntactically correct, but don't run it

2016-11-25 Thread David Storrs
As part of my pre-checkin test suite I'd like to be able to check that all files are syntactically correct, but I don't want to actually execute them because, e.g. executing 'server.rkt' would start the server and I don't want that. Is there a way to do this? Nothing I see under 'raco help' or

Re: [racket-users] css and js files when using scribble

2016-11-25 Thread Matthew Butterick
On Nov 25, 2016, at 12:54 PM, Jos Koot wrote: > Every time I click Scribble HTML in DrRacket > > for a scribble/manual module in a separate directory > I find that a number of css files and two js files are produced in the same > directory (Windows 7) > > Are these files

[racket-users] css and js files when using scribble

2016-11-25 Thread Jos Koot
Hi, Every time I click Scribble HTML in DrRacket for a scribble/manual module in a separate directory I find that a number of css files and two js files are produced in the same directory (Windows 7) Are these files always the same? If so can't we put them in Appdata.Roaming, in order to avoid

[racket-users] Help in finding tutor

2016-11-25 Thread David Lee
I am asking for help to find a tutor. I have spent hours trying to find a tutor to explain the concepts of racket for my high school son. I have found a few sites where they would do his homework but none that would teach. Would like a Skype tutor. The following is the book and assignments he

Re: [racket-users] Package catalog - can't connect

2016-11-25 Thread 書瀚張
Problem solved. It is the China GFW again. I tried a proxy and it works. 在 2016年11月21日星期一 UTC+8上午1:16:00,Matthew Flatt写道: > At Sun, 20 Nov 2016 09:07:00 -0800 (PST), 書瀚張 wrote: > > 在 2016年4月19日星期二 UTC+8下午8:02:39,Matthew Flatt写道: > > > At Mon, 18 Apr 2016 14:32:20 -0700, Jordan Johnson wrote: >

Re: [racket-users] Racket backwards compatible to schemer books?

2016-11-25 Thread Tim Johnson
* Tim Johnson [161122 03:41]: > Hello racketeers : > > I retired as a coder. Now I can write in whatever programming > language I wish to. > > I'd like to learn racket. I intend to start by working off of the > Schemer books. I have the first three. > > Is racket fully