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
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
2 matches
Mail list logo