Skip to content

0.2.1

Compare
Choose a tag to compare
@0x0f0f0f 0x0f0f0f released this 12 Dec 21:06
· 227 commits to master since this release

CHANGES:

Added

  • Optional lazy evaluation! You can use let lazy to define values that will
    be evaluated only when encountered in the let lazy expression body.
  • Lazy anonymous functions! Just like the let lazy statement you can now use
    lazyfun or lazylambda to define anonymous functions which arguments will
    be lazily evaluated.

Bugfixes

  • Fixed precedence levels in parser

Roadmap

  • Cache for lazy evaluation
  • Partial application