Version 0.1.1 of the Rebar addon is now available to download and install!

For the time being, I’m planning to use the following release strategy:

What’s new in this release:

  • The Option and Cell data types present in 0.1.0 have been moved behind feature toggles
  • New incomplete features:
    • Rebar Target, which allows executing Rebar Functions from within the editor
    • Output Node, for debug-printing values
    • Vectors and Slices (very incomplete)
    • Visualize Variable Identity (incomplete; allows coloring wires with unique colors per variable)
  • Select Reference now outputs a mutable reference when both selected-from inputs are mutable; it no longer passes through references in the immutable case
  • Various bug fixes