Coconut v1.2.0 Release Notes

Release Date: 2016-09-24 // over 7 years ago
  • Colonel is the next major release of Coconut, and makes major feature additions and minor breaking changes over v1.1.1 [Brontosaurus]. See the updated documentation for more information on everything below.

    ๐Ÿ’ฅ Breaking changes:

    • โœ‚ removed @recursive (now does auto tco)
    • function composition (..) precedence changed
    • โœ‚ removed --autopep8 flag

    ๐Ÿ†• New features:

    • automatic tail call optimization
    • statement (multiline) lambdas
    • command-line syntax highlighting
    • ๐Ÿ‘ท --jobs flag
    • assignment function notation
    • @recursive_iterator
    • star pattern matching
    • implicit pass for data and class
    • inline nonlocal and global statements
    • --keeplines flag