Directory macros/latex/contrib/functional
README.txt
Functional: Intuitive Functional Programming Interface for LaTeX2 Copyright : 2022-2024 (c) Jianrui Lyu <tolvjr@163.com> CTAN Page : https://ctan.org/pkg/functional Repository: https://github.com/lvjr/functional Repository: https://bitbucket.org/lvjr/functional License : The LaTeX Project Public License 1.3c
Download the contents of this package in one zip archive (729.7k).
functional – Provide an intuitive functional programming interface for LaTeX2
This package provides an intuitive functional programming interface for LaTeX2, which is an alternative choice to expl3 or LuaTeX, if you want to do programming in LaTeX.
Although there are functions in LaTeX3 programming layer (expl3), the evaluation of them is from outside to inside. With this package, the evaluation of functions is from inside to outside, which is the same as other programming languages such as Lua. In this way, it is rather easy to debug code too.
Package | functional |
Home page | https://github.com/lvjr/functional/wiki |
Support | https://github.com/lvjr/functional/discussions |
Bug tracker | https://github.com/lvjr/functional/issues |
Announcements | https://github.com/lvjr/functional/wiki/ChangeLog |
Repository | https://github.com/lvjr/functional |
Version | 2024A 2024-02-16 |
Licenses | The LaTeX Project Public License 1.3c |
Copyright | 2022–2024 Jianrui Lyu |
Maintainer | Jianrui Lyu |
Contained in | TeX Live as functional MiKTeX as functional |
Topics | Macro support Experimental LaTeX3 LaTeX3 |