NectarJS
Search
K
Comment on page

First compilation

Do you first compilation with NectarJS

Hello World

Compiling a hello world for your platform is simple.
Open your console, and follow these steps :
$ echo "console.log('Hello World !');" > hello.js
nectar --run hello.js
Once done, you should see in your console :
Hello World !
That's all. You compiled JS.