2051 shaares
5 résultats
taggé
functional
This library contains functional utilities intended for use with PHP 8.1 and later. Its primary tool is the pipe() function, which takes a starting argument and then a series of callables to "pipe" that argument through. Most other functions are utilities that produce a closure that takes the return from a previous pipe() step as its only argument.
Elixir is a dynamic, functional language for building scalable and maintainable applications.