Skip to content

v0.6.1

Compare
Choose a tag to compare
@alex-gutev alex-gutev released this 10 Mar 13:03
· 167 commits to master since this release

Improvements:

  • REPEAT and REPEATEDLY return lazy sequences even if the sequence size is given.

Changes:

  • The FITERATE function is renamed to ITERATE. FITERATE is retained as an alias for ITERATE, for compatibility.

The function was originally called FITERATE to avoid name conflicts with the popular ITERATE library. However, the function REPEAT, in the same package, causes a conflict with the library anyway, thus the function might as well be called ITERATE.