Skip to content

Coconut v3.1.2

Latest
Compare
Choose a tag to compare
@evhub evhub released this 01 Sep 07:32
4659175

See Coconut's documentation for more information on all of the features listed below.

Bugfixes:

  • #851, #852: Fixed comments inside of parentheses in the Jupyter kernel.

Language features:

  • #846: reduce, takewhile, and dropwhile now support keyword arguments.
  • #848: Class and data patterns now support keyword argument name elision.
  • #847: New pattern-matching syntax for matching anonymous named tuples.

Compiler features:

  • #843: Added compiler warnings for (some cases of) undefined variables.