I wanted to step the following ISL+ program:
#lang htdp/isl+
((λ (x) (x x)) (λ (x) (x x)))
I wanted to try and step through the reduction, and demonstrate it not make progress. But the stepper itself seemed to loop, with a blinking cursor after the End button, and no source displayed. Expected behavior?
Tested on DrRacket, version 9.0, english on an M1 Max running Sonoma.
I wanted to step the following ISL+ program:
I wanted to try and step through the reduction, and demonstrate it not make progress. But the stepper itself seemed to loop, with a blinking cursor after the
Endbutton, and no source displayed. Expected behavior?Tested on DrRacket, version 9.0, english on an M1 Max running Sonoma.