Re: [racket] Racket error reporting and the console window

2012-11-26 Thread Kieron Hardy
Harry, You could run the executable (created with DrRacket from the first code snippet) directly from a Windows Shell command line, and the error will be shown in-line in the command window as expected. But, as you state, clicking on the new executable's icon in an Explorer window does show a com

[racket] Racket error reporting and the console window

2012-11-16 Thread Harry Spier
1) Is there some way to keep the console window open when a racket executable reports an error? (I'm a Windows user) For this example, the racket console window closes before I can read the contract violation message: #lang racket (provide/contract [amount positive?]) (define amount 0) This also