The
Advantage of FFish Scripting Language
I. The FFish scripting language is very similar
to Action Script
FFish
Script and Action Script are all one of the
javascript implements. It's very easy to learn
it. So if you can program with Action Script,
you must also know how to program with FFish
Script. The common javascript objects such as
Array, Math, Date, String, etc are all implemented
in FFish Script. Furthermore, FFish Script also
implements the RegExp object.
FFish Script provides
many powerful system features, such as accessing
databases, performing real time communication
by socket, sending and receiving email, reading
and writing files, accessing the system registry,
playing and recording multimedia, embed ActiveX
controls… and more. FFish Script can do
almost all of your usual works. If you need
some special features, it can be extended by
ActiveX components and Dlls. With FFish Script,
you can start to write a program without going
through the trouble of learning an advance programming
language like C++, Pascal.