Skip to content

v0.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@dcharkes dcharkes released this 08 Feb 15:29
· 66 commits to develop since this release
e2e3c9b

v0.8.0

  • functions: countTrue(bs : Boolean *) : Int = bs.filter(b=>b).count(). Function calls are automatically lifted to the correct multiplicity (like operators and built-in functions), and for incremental calculation function bodies are inlined at their use sites. Recursive functions are not supported.
  • WebDSL eventual calculation is now concurrent, the number of threads can be selected at run-time.
  • WebDSL backend features a 'flag all dependencies transitively dirty' to force recalculation of all values which influence some derived value.