What is Tao Language?
Tao is an object-oriented scripting language with dynamic-typing variables
supporting complex data structures.
A reference counting based garbage collector is implemented, which
is capable to collect cyclically referenced objects efficiently.
Tao also provides string regular expression matching functionality
with direct syntax supports.
It has built-in numerical data types such as complex number and
multi-dimensional numeric array, and their corresponding operations
and computations are very convenient in Tao.
Moreover,
it can be very easily extended by writing your own C++ modules,
which can be loaded dynamically in the Tao scripts,
and your own C++ objects can be created and used in a similar way
as Tao objects.
|