Minimal scripting language / templating engine which aims to provide a sane alternative for PHP.
It is meant for small scripts/hacks/demonstrations, it is not a framework for building large web applications.
Requires CMake and C++-compiler.
mkdir build
cd build
cmake -DENABLE_HTTPD_SAPI=1 ..
make
./tempearly-httpd ../examples
After that, point your browser to http://localhost:8000
and start running
some examples.