Skip to content

Concept Overview

nexssp edited this page Jan 14, 2020 · 32 revisions

Compile and Run Program

Now over 30 programming languages implemented

This will install the compiler for your programming language. 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

Get solution for your error

Nexss Programmer allows you to configure solutions for the languages, so when error appears solution is automatically displayed with the error so you can fix it immediatelly.

more here: Nexss Programmer - Errors Solutions

Use Predefined Templates

nexss file add myprogram.js

Nexss Programmer Template Select

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 sequences by passing file by file (JSON). Data is passed as JSON (Default format).

Default.[lang extension] and HelloWorld.[lang extension] packages are the base for your new templates/files for JSON data.

nexss Nexss/PackageBrowser

Nexss Programmer Sequence

Clone this wiki locally