Coconut v1.2.3 Release Notes

Release Date: 2017-05-15 // almost 7 years ago
  • ๐Ÿ“š See Coconut's documentation for more information on all of the features listed below.

    ๐Ÿ†• New features:

    • #237: new fmap built-in that preserves data types (thanks, @hasufell!)
    • ๐Ÿ‘ #214: data name(*args) syntax now supported
    • #227: data from syntax for data type inheritance
    • #232: --no-tco option to disable tail call optimization (also implied by --mypy)
    • ๐Ÿ‘ #228: .method(**kwargs) implicit partial now supported
    • ๐Ÿ‘ #231: .[a:b, c:d] implicit partial now supported (thanks, @cgarciae!)
    • ๐Ÿ‘ #226: PEP 542 dotted function names now supported

    ๐Ÿ›  Fixes: