8000 Release v2.0.0 · baethon/phln · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v2.0.0

Compare
Choose a tag to compare
@radmen radmen released this 23 Oct 14:30

Added

  • support for macros in Phln
  • P::nAry() / P::unary() / P::binary()
  • Baethon\Phln\CurriedFn
  • Baethon\Phln\FixedArityInterface (supported by P::arity())
  • P::raw()

Changed

  • converted standalone functions to macros
  • P::T() / P::F() returns a function (which returns boolean)
  • P::curry() returns instance of Baethon\Phln\CurriedFn

Removed

  • support for PHP 7.0
  • standalone functions (eg. phln\math\sum) and their constant references
0