template-nest-go/README.org

23 lines
733 B
Org Mode
Raw Normal View History

2024-11-16 04:13:48 +00:00
#+title: Template Nest
#+subtitle: manipulate a generic template structure
~Template Nest~ is a template engine module for Go, designed to process nested
templates quickly and efficiently.
For more details on the idea behind ~Template::Nest~ read:
https://metacpan.org/pod/Template::Nest#DESCRIPTION and
https://pypi.org/project/template-nest/.
* News
2024-11-18 16:15:39 +00:00
** v0.1.0 - 2024-11-18
2024-11-16 04:13:48 +00:00
+ Initial Release.
* Other Implementations
- [[https://metacpan.org/pod/Template::Nest][Template::Nest (Perl 5)]]
- [[https://pypi.org/project/template-nest/][template-nest (Python)]]
- [[https://raku.land/zef:jaffa4/Template::Nest::XS][Template::Nest::XS (Raku)]]
- [[https://raku.land/zef:andinus/Template::Nest::Fast][Template::Nest::Fast (Raku)]]