资 源 简 介
This project is a didactic investigation about the simplest ways to express template systems and "template engine" algorithms, and about improved versions of these algorithms for practical use, that we named the "smallest" ones.
The simplest and well-known template is that: "Hello **X**!" where X is a placeholder, that you can substitute by "world" or by "Mary" to produce "Hello world!" or "Hello Mary!".
See how the smallest is inspired by the simplest:
* simplest template syntax and
* Simplest template engine algorithms
For see the smallest algorithms, choose your preferred programming language:
* PHP (and download available)
* Javascript
* PL/pgSQL (Postgre