Page 1 of 1

JPL (Jacobs Programming Language)

Posted: Fri Aug 17, 2012 6:07 pm
by DeveloperJacob
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)
Code: Select all
write "Hello Beep";
beep;
Downloads:

Framework + SDK executables:

http://www.mediafire.com/?6g4jl9j2gun5lp6

Framework (Programming language and Compiler) + SDK Source:

Re: JPL (Jacobs Programming Language) or EasyCode++

Posted: Fri Aug 17, 2012 6:31 pm
by comathi
This looks cool, although you should work on integrating the compiler to the IDE, so the user doesn't have to do everything manually. +rep for that, though ;)

Re: JPL (Jacobs Programming Language) or EasyCode++

Posted: Fri Aug 17, 2012 6:51 pm
by Shim
awesome ! Splendid . This is so cute

Re: JPL (Jacobs Programming Language) or EasyCode++

Posted: Fri Sep 07, 2012 10:24 am
by DeveloperJacob
And the winning name is... JPL!!!! wahooo;

Re: JPL (Jacobs Programming Language) or EasyCode++

Posted: Sat Sep 08, 2012 12:01 am
by mandai
When I choose to build it gives this exception:

System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Jacob\Bureaublad\test.txt'.
at frmMain.BuildFile()

Re: JPL (Jacobs Programming Language) or EasyCode++

Posted: Sat Sep 08, 2012 1:07 am
by codedrive
Jacob, when the user saves the documetns to build it, and test it it is under your Username and folder not ours!!!!

Re: JPL (Jacobs Programming Language) or EasyCode++

Posted: Sun Sep 09, 2012 8:08 am
by DeveloperJacob
Sorry for the bug i'm going to solve that!! Users that pay credits for the source can get a free version with the bug fixed! :D