$ luarocks install luarrowluarrow.lua brings the elegance of Haskell's function composition to Lua
with beautiful operator overloading. Write `fun(f) * fun(g) % x` instead
of `f(g(x))` and make your functional pipelines readable and maintainable.
Features:
- Haskell-inspired syntax with * for composition and % for application
- Zero dependencies - pure Lua implementation
- Minimal overhead with simple table wrapping
Versions
Dependencies
lua >= 5.1