JPL (Jacobs Programming Language)
Posted: Fri Aug 17, 2012 6:07 pm
Hello,
I was working on my own programming language called JPL or EasyCode++. Now it's finished in Beta. I don't know which name is better so I will create a poll for the best name. But for now I made the sdk with the name: EasyCode++
I also made a SDK for it for making it easier to make a application with it. The programming language currently doesnt has a Syntax highlighting yet but I'm working on it.
Screenshots of the SDK:
Startpage:
![Image]()
Code:
![Image]()
How to use JPL / EasyCode++:
JPL / EasyCode++ works with a compiler and has his own framework. With the SDK you can make a .txt. If you have your .txt with your program then drag and drop the file into the Compiler. Then the compiler creates a compiled file. Then drag and drop that created file into the Framework. Then it should run.
Sample: (Hello Beep)
Framework + SDK executables:
http://www.mediafire.com/?6g4jl9j2gun5lp6
Framework (Programming language and Compiler) + SDK Source:
I was working on my own programming language called JPL or EasyCode++. Now it's finished in Beta. I don't know which name is better so I will create a poll for the best name. But for now I made the sdk with the name: EasyCode++
I also made a SDK for it for making it easier to make a application with it. The programming language currently doesnt has a Syntax highlighting yet but I'm working on it.
Screenshots of the SDK:
Startpage:

Code:

How to use JPL / EasyCode++:
JPL / EasyCode++ works with a compiler and has his own framework. With the SDK you can make a .txt. If you have your .txt with your program then drag and drop the file into the Compiler. Then the compiler creates a compiled file. Then drag and drop that created file into the Framework. Then it should run.
Sample: (Hello Beep)
Code: Select all
Downloads:write "Hello Beep";
beep;
Framework + SDK executables:
http://www.mediafire.com/?6g4jl9j2gun5lp6
Framework (Programming language and Compiler) + SDK Source: