Software Platform

Easy Code

Plug And Play For Any Exist Language Distribution.


Super Application

Plug And Play For A Full Exist Physical Architecture.


Capacity Flip

At 100x Compute And Data Capacity.

Code Elements

Numbers

32/64 Bit Integral And Decimal.

nbr = 12.75 * 1000

Byte Array

Variable Binary Data.

bytes = null

Strings

Unicode Char Array.

str = "Abc"

List

List Of Elements.

list = [1, 2]

Map

Map With Key And Value.

map = {"k1":true, "k2":false}

Object

Object With Member And Method.

object obj
a,b,c
call func(a)

Condition Statement

Execute Code Blocks By Expression.

case op==1
...

Loop Statement

Iterate Code Blocks With A Loop.

loop vec(map);;
print key+":"+value

Dynamic Variable

All Natives Are Be A Dynamic Variable.

obj = new object{a,b,c}
ptr = new call(str){ print str }

Return Statement

Multiple Return Variables.

return true, r1

Error Control

Flow For Exceptions.

catch
...
error

Source Control

Source Segment And Include.

package com
import abc
extern xyz()

User Interface

Universal Integration.

<g size(100, 50)>...</g>

Zero Data

All Data To A Few Bytes.

bits = data.zero()

Vertical Data

Any Data Relation And Storage.

data = new object{id=auto}
data.store()

Machine Learning

Easy Data Prediction.

data.train(in=15, out=3)