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

Implement "Script" Abstraction #24

Open
withtwoemms opened this issue Feb 6, 2021 · 1 comment
Open

Implement "Script" Abstraction #24

withtwoemms opened this issue Feb 6, 2021 · 1 comment
Labels

Comments

@withtwoemms
Copy link
Owner

withtwoemms commented Feb 6, 2021

As a Script
I want to execute a Procedure sequence
So I can yield results in a single context


GIVEN that a Script is "evaluated"
WHEN it is
THEN it can be known whether or not it is valid/can be executed

GIVEN that a Script is executed
WHEN it is
THEN it can be done so in a multi-process environment


releated:

@withtwoemms
Copy link
Owner Author

"Script" seems more descriptive than "Plan". Will change issue title/description.

@withtwoemms withtwoemms changed the title Implement "Plan" Abstraction Implement "Script" Abstraction Oct 10, 2022
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