Cicada is a lightweight scripting language that runs inside of C code. For details, see the website:
http://heltilda.github.io/cicada
Installation : From the command prompt go into the Cicada download directory, and type:
> ./configure
> make
> make install
... continue reading