DrRacket EOPL Scheme output
问题 I am working through the EOPL Scheme exercises using DrRacket in Windows 7. When I switch from #lang racket to #lang eopl, the output from the definitions pane no longer shows up in the interaction pane. To be clear, as trivial example, running #lang racket 4 produces 4 > as you would expect. But running #lang eopl 4 produces only > Is there anything I can do to change this behavior or is there another pane I should be looking at for output? I can, of course, evaluate expressions in the