Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

GitbyteMaster/PRIME-Lang

Repository files navigation

primlogo2

PRIME Programming Language

Prime is a Python-based programming language built for Windows 7 and higher. It is lightweight and executes quickly. To get Prime fully functioning, you must download the latest Python version.

Prime has upgraded to the Reverie Programming Language

For cleaner and faster versions with support, go to the Reverie Programming Language


A normal PRIME script will look like this.

//Example
import system

arr names {
"Tom"
"Sara"
};
system.input("");
arr names {
"Tom"
"Sara"
>system.input
};
system.display("The names are:");
system.display(>names);

Using PRIME, there are common functions, like text and variables. But now, there are built-in functions for things like opening other files like itself.

import system

system.file.direct("C://Users/user/Desktop/Newfile/newfile.prime");

& PRIME variable syntax is just as easy to learn.

import system

var val = ("Hello World!");
system.display(>val);

PRIMECore, a .prime file editor and cleaner is coming soon.

If you wish to learn how to use PRIME, enter the PRIME Documentation (Wiki).

PRIME Download(s)

Prime (Windows 10+): Download

Prime (Macintosh): [Build0.0.1 Coming Soon.]

===================================================================

©Gitbyte Masters/Gigabyte Masters [G_bite_Masters]/ZONE Studios 2021 All Rights Reserved.