Skip to content

Literals, Constraints, and Costs

Choose a tag to compare

@istathar istathar released this 14 Jul 08:34
· 69 commits to main since this release
v0.6.5
a8cc907

Literal values

This release adds support for literal values of various special forms. The language already had these notions implied by the specification, but until now we didn't actually have a way to parse them if written as literal values.

Constraints and Resources

Added support for cost as a form of annotation to a Technique step, allowing you to say "this step should be done within X" or "this step costs Y". This is an insight that goes back to the late Peter Miller. He recognized over 10 years ago that this machinery could, very quickly, establish how long a procedure takes and whether its steps were completed in the time they should have been, so we are delighted to have finally a feature that reflects this, in memorium.

Full Changelog: v0.6.4...v0.6.5