How easy is the language to learn and use?
The ScriptX syntax is relatively simple. Unlike C++, ScriptX makes very little use of special symbols (e.g. ScriptX uses “and” instead of “&&”). Other language constructs such as loops, function definitions, and class declarations are very similar to those found in other object oriented or procedural languages. For programmers experienced with languages like C or Pascal, the basic ScriptX language syntax can be learned in a short time, typically a few days to a few weeks. The interactive nature of ScriptX makes experimentation easy. The more difficult task of learning any object oriented programming language is mastering the core class library, and ScriptX is no exception. Programmers with experience in one or more OO languages can build upon their prior experiences; newcomers to OOP will need to allot time for study and experimentation. While there are no hard and fast rules, the conventional wisdom is that new OO programmers face a 3-6 month learning curve to become competent, and up