About Cyrus Script

Cyrus Script is a script language similar to C written in C++ The main feature of Cyrus Script is its speed, It is really fast. In the early test it was just 15% slower than C++ and Its design is unique and you can bind it to your project very easily.

It has not any virtual machine and it use pointer to functions, pointer to member functions and pointer to members to run your script commands so it doesn’t need stack :D or anything that slow the script languages.

It language features is not very much yet but We open sourced this in hope to get some help to improve this script language.

Here is the project page on sf.net
http://sourceforge.net/projects/cyrusscript/

The only way that you can get it is from svn.
svn co https://cyrusscript.svn.sourceforge.net/svnroot/cyrusscript cyrusscript