Getting Started
To assist you to dive into Ejscript, we have prepared some introductory materials:
We suggest that you also read the following sections from the User Guide.
Topic | Description |
Ejscript Overview | Overview of the Language and its key features. |
Language Features | More detailed list of the Ejscript language features. |
Using the Command shell | How to invoke Ejscript scripts and have interactive sessions with the ejs command. |
Using the Compiler | How to compile Ejscripts into byte code using the ejsc compiler command. |
Using the Virtual Machine | How to run compiled programs using the virtual machine: ejsvm command. |