Ficl is a powerful, efficient, lightweight, embeddable scripting language designed to be incorporated into other programs, including memory constrained embedded systems. Unlike Lua or Python, Ficl acts as a component of your system - you feed it stuff to do, it does the stuff, and comes back to you for more. You can export compiled code to Ficl, or call Ficl code from your compiled code. Or you can interact. Your choice. Ficl includes a simple but capable object model that can wrap existing...