* OBSOLETE. PLEASE REFER TO THE PROJECT https://github.com/CarmineCella/f8*
The Quile scripting language is a hybrid dialect of Lisp, Scheme and TCL:
It has been designed to be small, easy to expand and easy to embed in host applications. The core of the language is made of a single C++ header (~ 1000 loc in total) and a small library written using Quile itself.
Quile includes several neat features among which:
For an overview on the language, please see this example; for an example on how to integrate the language in your application, please check the main file.
(c) 2020 by Carmine E. Cella, www.quile.org