Cyrus Script (Open Source Script Language)
About Cyrus Script
Currently we are creating a new scripting language, and we call it Cyrus Script.
Cyrus Script syntax is similar to C language and it’s in early production.
Cyrus Script has a different design from other scripts. It dose not use virtual machine to run the script programs.
We tested Cyrus Script speed against C++ and the results was amazing when you don’t use default C++ types like int for all commands. Cyrus Script is 5%-15% slower than C++which is very good performance result.We Found out the fastest scripts are 15 times slower than C++.
We also tested Cyrus Script speed against Angle Script and Cyrus Script was 6 times faster than AS.
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