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

Make output types rerunnable #52

Closed
raviqqe opened this issue Jul 21, 2017 · 1 comment
Closed

Make output types rerunnable #52

raviqqe opened this issue Jul 21, 2017 · 1 comment
Labels

Comments

@raviqqe
Copy link
Member

raviqqe commented Jul 21, 2017

The following script should print 42 twice but once for now.

(let out (write 42))
out
out
@raviqqe raviqqe added the bug label Jul 21, 2017
@raviqqe
Copy link
Member Author

raviqqe commented Jul 23, 2017

Making outputs rerunnable makes it difficult to use results of outputs.

(let out (someOutput args))
out
(write (purify out))

When outputs are rerunnable, the code above runs someOutput twice. That is unexpected behavior.

@raviqqe raviqqe closed this as completed Jul 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant