Integrated Dynamics

Integrated Dynamics

63M Downloads

Make Operators in the Logic programmer produce static cards holding the result if all inputs are static.

george-steel opened this issue · 1 comments

commented

Issue type:

  • ➕ Feature request

Short description:

When using an operator in the Logic Programmer to combine static variable cards, such as creating the expression Add (static 2) (static 5) there should be an option (or even the default behavior) to write the output card as a static variable containing the result instead of dynamic variable referencing its inputs. This would make writing complex operators a lot easier by saving trips between the logic programmer variable store, and materializer.

This might be fairly easy to implement as it would only occur when the input variables don't reference anything, so all input necessary would already be in the logic programmer itself.

commented

Thanks for the suggestion!