Programming Language for projects and computer science and research on computer and programming.
The first programming language that compiler-interpreter(CI)
PLP is a programming language written in C / C ++ and interacts with C.
PLP means Project Programming Language, the first beta version of which was released in 2019
The purpose of building the PLP language is to enable all developers, computer scientists as well as researchers to use this language for ease in their projects.
The PLP language uses a compiler to translate codes , is therefore fast and easy. PLP is also an intermediate level language (between high and low level programming languages).
PLP language is the first compiler-interpreter (CI) programming language
In fact, the PLP language is supposed to become an abstract and fully functional language for writing graphic commands, AI , OS design, building servers and websites, and ... so on.
Hello world in PLP language is in the form to under code:
_ print("hello world")
.
Of course, it can be written in other ways, for example:
print("hello world")
In compiling, you must enter the command PLP -l [filename]
in the filename section, write the name of the file you created to write this code.
-->Examples other codes of PLP programming language
- To install the PLP language, write the following command to download:
git clone https://github.com/plplanguage/PLPv2b
- Then enter the following commands to install this language:
$ cd PLPv2b
$ make
$ sudo -s
(after then Enter your password account)
$ make install
ofcourse for windows os need installation cygwin.
You can test the codes and see the compiler execution commands and code samples through the colab website
https://colab.research.google.com/drive/1hVcTKyPNe0Wsjfi1yLY31gyAUfto7Sa4?usp=sharing