Whats the design principles of Tao(the language and the interpretor)?
Tao is intended to be a simple (to use) and efficient (to compute) language. It must be cross-platform, and system-dependent functionalities should be provided as loadable modules. Whenever possible, it also integrates nice features of other languages. Simplicity, efficiency and Maintaince are the primary concern in the design of Tao. The Tao interpretor is implemented in C++.