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

Improved variable handling #5

Open
LaCuneta opened this issue Aug 31, 2022 · 0 comments
Open

Improved variable handling #5

LaCuneta opened this issue Aug 31, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@LaCuneta
Copy link
Contributor

Right now variable names are loaded from NetLogo agents (including breeds) and globals to be available in expressions, but there is much room for improvement:

  • Add some way for variables to be defined by blocks themselves and used "locally" with a block chain.
  • More ways to select variable values outside of expressions - perhaps by choosers or other attributes.
  • Some pre-defined way to easily set a variable value, without writing custom code for each one.
  • Rudimentary manual typing of variables that NetTango knows about to restrict their placement in the blocks.
@LaCuneta LaCuneta added the enhancement New feature or request label Aug 31, 2022
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