CTAN update: functional
Date: March 20, 2022 8:30:25 AM CET
Jianrui Lyu submitted an update to the
functional
package.
Version: 2022B 2022-03-19
License: lppl1.3c
Summary description: Provide an intuitive LaTeX2 interface for expl3
Announcement text:
- separate modules Prg and Use - update modules Bool, Tl, Int - add modules Str, Fp, Dim, Clist - avoid naming conflict with xstring package - provide commands \IgnoreSpacesOn and \IgnoreSpacesOff - fix wrong argtype indexes of nesting functions
The package’s Catalogue entry can be viewed at https://ctan.org/pkg/functional The package’s files themselves can be inspected at https://mirrors.ctan.org/macros/latex/contrib/functional/
Thanks for the upload. For the CTAN Team Petra Rübe-Pugliese
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
- separate modules Prg and Use - update modules Bool, Tl, Int - add modules Str, Fp, Dim, Clist - avoid naming conflict with xstring package - provide commands \IgnoreSpacesOn and \IgnoreSpacesOff - fix wrong argtype indexes of nesting functions
The package’s Catalogue entry can be viewed at https://ctan.org/pkg/functional The package’s files themselves can be inspected at https://mirrors.ctan.org/macros/latex/contrib/functional/
Thanks for the upload. For the CTAN Team Petra Rübe-Pugliese
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 – 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 |
Version | 2024A 2024-02-16 |
Copyright | 2022–2024 Jianrui Lyu |
Maintainer | Jianrui Lyu |