github vectaport/ivtools ivtools-2.0.0

latest releases: ivtools-2.1, ivtools-2.0.11d.a1, ivtools-2.0.11d...
3 years ago

ivtools-2.0.0 happened because of two small non-backward compatible changes to the scripting language built into comdraw and other applications:

  • Swap "$$" and "$" operators. The "$$" operator is now stream() (which matches
    the other double-character stream operators - "..", "**", and ",,") and "$" is now list().

  • Reverse the priority of ".." (iterate()) and "" (repeat()), giving ".." precedence over "".
    The reason is because ".." is more complex than "**", like multiplication is more complex than
    addition.

Also at this juncture several legacy files were removed from the top-level directory, CHANGES-* were moved to a CHANGES directory, and the repository at GitHub was renamed to simply ivtools.

Don't miss a new ivtools release

NewReleases is sending notifications on new releases.