Our Products
There are several products that we plan soon to release.
There is a strict list of them; they come in the order of expected appearance,
but not of their complexity or possible importance.
The work is continuously in progress. If you are interested,
then come later to our main site www.fyzor.com
to see the details and to try them in use.
But all our products, of course,
will be available through other public domains.
So, it it not the last chance to see them.

Zeta Commander is coming next.
We think the beta version will be available for download at summer, 2008.
The core of the Zeta Commander
is the dynamic
interpreted language Fy++.
It has classes, interfaces, delegates, properties and operators,
including a rich set of interpolation operators.
It has a Java/C#/Perl like syntax, but with some
significant advantages and simplifications including the ones that
are basic to those languages.
We will try to implement there some AI operators.
But we are not sure whether this will be implemented already
in the first version, or not.
Below is a schema that describes some AI-relatives of the system:
Also this language will have an easy and convenient way
to link with DLL modules that were written using C++/C/Pascal/assembler
languages with one of the usual calling conventions.
This feature was one of our basic priorities.
Here are some very simple examples of the program code on Fy:
print "Hello world"; // prints "Hello World"
// string's initialization
string a = 'Boom!';
print "a=$a\n";
// prints result of expression
int a = 10, b = 30;
print "$(a+b*2)\n";
Look here for other examples.
Right now we couldn't open the entire syntax,
although there are many cool things.
We do this at once when the first version will be ready.
|