Hi, I'm curious: what is the reason for not printing the results of the evaluation of top-level expressions in racket/load?
What I mean is that the following program prints 1 #lang racket 1 but the following one does not print anything #lang racket/load 1 ____________________ Racket Users list: http://lists.racket-lang.org/users