TECH Signal 496
Rhombus 1.1 adds annotation definitions without macro code, `as` binding form, and slideshow transitions
Illustration only Photo by Christian Perner on Unsplash
Rhombus 1.1 introduces annotation definition helpers, a new `as` binding form, class inheritance binding changes, and updates to the ffi, pict, and slideshow libraries.
The annotation additions let developers define annotations without writing macro-time code directly, lowering the barrier to a feature that previously required metaprogramming knowledge. The `as` binding form and class binding changes affect how names are scoped and inherited, which touches everyday code patterns. Only one feed carried this release, so community reception is not yet visible.
Written by elseif from the cluster below · every claim links back to a sourceThe three things worth knowing
Rhombus 1.1 adds annot and annot.def for defining annotations without directly writing macro code.
The release introduces `as` as a binding form for naming and shadowing identifiers, and changes how class binds inherited names.
The pict and slideshow libraries receive updates including animation label arguments, improved transitions, and continued page numbering.
THE CLUSTER