Skip to content

Concept Overview

nexssp edited this page Jan 14, 2020 · 32 revisions

Compile and Run any program

Now over 30 programming languages implemented

This will install compiler for your language. It allows you also to select from predefined templates: nexss myprogram.php or nexss myprogram.js # nexss myprogram.[language extension]

nexss myprogram.rs # This will download compiler (if not installed) and run rust program
nexss myprogram.java # The same just for java
...
# And this is for over 30 programming languages

Combine with Nexss Programmer Project

nexss project new My Project
nexss file add myfile.js # Then select Default or HelloWorld template
nexss file add myfile.r # The same Default or HelloWorld
nexss file add myfile.lua # The same here for the template
nexss start # will run the programs in sequence so each program can modify data and pass to another one

Below image shows concept of passing file by file. Data is passed as JSON (Default format).

nexss Nexss/PackageBrowser

Nexss Programmer Sequence

Clone this wiki locally