Protonium Objects and Files

This language also has little bit different
syntax for object-oriented programming

m@b instead of b.m

So elements flow from left to right too

 

File System

Text Files


f -> file rw txt

f -> open

f -> line                read

line -> f                write

Combined read write

while !eof@f1

    f1 -> line -> processing -> f2
    read                                 write


Binary Files

f -> file rw bin

f -> open

f -> buffer             read

buffer -> f             write


Raw Files

f -> file rw raw

f -> open

f -> block        read

block -> f        write

Raw file is not binary file
It is intended for different type of computer
Not invented yet
Like Memristor based computer where
Numbers stored directly in decimal form


Comments

Popular posts from this blog

Hybrid Markup Language

Stream - Syntax-Oriented Language

iTeraTor Universal Data Language