Skip to content

PLP version 2 beta |> PLP Project Programming Language | Programming for projects and computer science and research on computer and programming. Based on C/C++/Lua

License

Notifications You must be signed in to change notification settings

PLPlanguage/PLPv2b

Repository files navigation

PLPv2b (PLP version 2 beta)

PLP Project Programming Language

Programming Language for projects and computer science and research on computer and programming.
The first programming language that compiler-interpreter(CI)

What is PLP Language?

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.

Why PLP? and What is PLP supposed to do?

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 Programming Language

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

Installation

  • 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.

Test Codes

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

About

PLP version 2 beta |> PLP Project Programming Language | Programming for projects and computer science and research on computer and programming. Based on C/C++/Lua

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks