Scriptol to C++ for Windows

A modern programming language, designed to be simple and easy to learn.
Download

Scriptol to C++ for Windows Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Scriptol.com
  • Publisher web site:
  • Operating Systems:
  • Windows 2003/XP/2000/98/NT
  • File Size:
  • 1.47MB

Scriptol to C++ for Windows Tags


Scriptol to C++ for Windows Description

Scriptol is a modern programming language, designed to be simple and easy to learn, allowing new users ready to program in some hours. The programming time is largely decreased. Scriptol is object-oriented, xml-oriented, extensible, universal, uses C++, PHP or Java APIs, and GTK for graphical user interface. It is universal, that means it is convenient for scripting, to build applications or to make dynamic web pages. Free scriptol interpreter and compilers are Currently available for Windows and Unix. Features of Scriptol Scriptol is : objectively modern: it has been designed according to seven rules for simplicity, safety, and doesn't carry ancient obsolete syntax. object-oriented, even simple scalar as "int", or literal as "123", are objects and have methods. typed: the compiler can check for content and type of variables, that is not possible with usually untyped scripting languages. natural: types are not based on computer's hardware but on human's concepts or mathematical sets: these are text, number, integer, real, etc... powerful and safe: new control structures has been introduced with scriptol. Examples: - composite if, that is both an if statement and a switch case with any kind of values. - while let, that protects from infinite loop. - for .. in array, or for .. in a..b, the simplest way to ExPress ranges. simple: no symbols as -> or ::, just a dot in any case. Adding 1 to x is just written: x + 1, and not x += 1. No memory management required, executables have a Garbage collector. C++ compatible: you have just to link C++ object files or Library files, and use the functions they HOLD, no any extension required to write! For example, you have just to add the GTK import libraries in the configuration file of a scriptol source to use the GTK user interface... PHP compatible: you can program web pages in Scriptol, your code is converted to Php and all Php functions may be used.


Scriptol to C++ for Windows Related Software