CTAN update: functional
Date: December 15, 2024 7:42:51 AM CET
Jianrui Lyu submitted an update to the
functional
package.
Version: 2024B 2024-12-14
License: lppl1.3c
Summary description: Provide an intuitive functional programming interface for LaTeX2
Announcement text:
- add \colorFromSpec for xcolor package - fix check-declarations errors (#20)
This package is located at https://mirrors.ctan.org/macros/latex/contrib/functional More information is at https://www.ctan.org/pkg/functional
Thanks for the upload. For the CTAN Team Manfred Lotz CTAN is run entirely by volunteers and supported by TeX user groups. Please join a user group or donate to one, see https://ctan.org/lugs .
- add \colorFromSpec for xcolor package - fix check-declarations errors (#20)
This package is located at https://mirrors.ctan.org/macros/latex/contrib/functional More information is at https://www.ctan.org/pkg/functional
Thanks for the upload. For the CTAN Team Manfred Lotz CTAN is run entirely by volunteers and supported by TeX user groups. Please join a user group or donate to one, see https://ctan.org/lugs .
functional – 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 |
Version | 2024C 2024-12-18 |
Copyright | 2022–2024 Jianrui Lyu |
Maintainer | Jianrui Lyu |