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

Repeated I/O writes do not show their results immediately #6

Open
gpiancastelli opened this issue Mar 22, 2020 · 0 comments
Open

Repeated I/O writes do not show their results immediately #6

gpiancastelli opened this issue Mar 22, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@gpiancastelli
Copy link
Owner

For example, the following query:

?- repeat, write('hello '), fail.

does not write "hello hello hello ..." immediately. It has some kind of buffered behavior. I'm quite sure that's not what is required... need to investigate Python I/O better.

@gpiancastelli gpiancastelli added the enhancement New feature or request label Mar 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant