Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REPL - Infinite loops finish? #17

Closed
rubenbarroso opened this issue Mar 2, 2011 · 2 comments
Closed

REPL - Infinite loops finish? #17

rubenbarroso opened this issue Mar 2, 2011 · 2 comments

Comments

@rubenbarroso
Copy link

I define the next procedure in the REPL:

> (define (eternity x)
  (eternity x))

If I execute it right after:

> (eternity 1)

From the user perspective, the execution seems to finish (?). This might prove wrong the validity of the Halting Problem.

@rubenbarroso
Copy link
Author

Related to this, trying to stop the REPL after executing the procedure above makes IntelliJ irresponsive.

@cmf
Copy link
Owner

cmf commented Mar 28, 2011

Finally fixed the infinite loop problem in the in-process REPL. I'll need to tidy up all this code at some point, there are various stateful classes with interactions now and it's getting messy. Closed by b0b66f1.

@cmf cmf closed this as completed Mar 28, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants