Skip to content

Add support for lazy variables

Compare
Choose a tag to compare
@boxbeam boxbeam released this 02 Feb 04:53
· 28 commits to master since this release
  • Lazy variables do not need to be passed with the other variable values
  • Defined with a name and lambda, and evaluated lazily when the expression is run
  • Good for when you have values that might be used, but might not and are computationally expensive to recalculate each step