Problem description:
The Scheme REPL template does not terminate after execution. It will only do so should the program terminate due to a user error.
Expected behavior:
The program should terminate after execution.
Actual behavior:
The interpreter starts a REPL session after execution and remains running. User must hit “Stop” to terminate.
Steps to reproduce:
- Create a Scheme Repl.
- (Use the existing demo.)
- Click Run.
Work-around:
- Add the line
(exit)
at the end of the program. - Click Run.
Bug appears at this link:
https://replit.com/@spookysong/HappyLooseMass
Browser: Firefox 118.0.2
OS: Windows 10
Device (Android, iOS, NA leave blank):
Desktop app version (Avatar menu->“Version”) or NA:
Plan (Free, Hacker, Pro Plan): Free