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

Input functions won't accept input in the REPL #26

Open
jmanuel1 opened this issue Jul 20, 2016 · 2 comments
Open

Input functions won't accept input in the REPL #26

jmanuel1 opened this issue Jul 20, 2016 · 2 comments

Comments

@jmanuel1
Copy link

When I do something such as

(y-or-n-p "Yes or no?")

The prompt comes up, but it won't accept input. The only way to recover the REPL is to interrupt lisp. I'm using clisp with the change from #22, by the way.

@sjlevine
Copy link
Owner

Nice catch! At the moment, the REPL isn't set up to accept interactive input when a command is running (even for something like y-or-n-p).

I agree that could be a really cool feature to add though, but unfortunately I don't have the cycles at the moment. If you're interested in getting your hands dirty, feel free to add this feature and submit a pull request!

@jmanuel1
Copy link
Author

Thanks for the response! I might try ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants