Hi guys,
I have made a programming language that is very similar to c and vb.net. Its called EPack and made in scratch! I made it in BYOB so I can't upload it and had to compile it.
Unfortunately, my site is down so you have to download it here:
EXE:
http://dl019.filefactory.com/dl/f/a098866//b/9/h/44a9f57334bac259610e3a4d/m/dcf1e3510652702e890ad49c95463977/n/epackSetup.exe
ZIP: http://dl017.filefactory.com/dl/f/a09887f//b/6/h/fce6372b9477fc3c33462f66/m/11365e7ba0ba1973882041acb8e342e4/n/epackSetup.zip
Last edited by fg123 (2009-11-07 23:51:26)
Offline
Offline
The-Whiz wrote:
Dazachi wrote:
Does it work on Macs?
I don't think so, the compile option doesn't work on macs, so I doubt that the compiled project will work.
Yeah, I tried downloading it. Doesn't work. I will probably download it later on my pc.
Offline
fg123 wrote:
You can download it here: http://www.infinity.2kmegs.com/downloads.php
It seems that the exe version cannot be downloaded (the zip instead is ok). Would you mind giving us some more details on what epack is?
Last edited by s_federici (2009-10-17 12:21:19)
Offline
I downloaded it and it works but... which is the syntax? I counln't find any clear explanation inside.
Offline
Oh. You can click the L button to load the basic program. Here's what I have so far:
Basic syntax:
int main()
{
...
stop()
}The ... is the program itself. You can define variables and print them.
Define:
def varname=varvalue
Print:
prt what you want to print/varname
Example:
int main()
{
def hello=fg123
prt hello
stop()
}Prints: fg123
____
If you have any other questions, just ask.
Offline
fg123 wrote:
If you have any other questions, just ask.
Thanks. In which direction are you wanting to develop it?
Offline
fg123 wrote:
What exactly do you mean?
Which commands you foresee you will be adding to it.
Offline
The link won't work for me -- tried going to the root site but still would not work -- can you copy the download link and put it into the forums? Or post it on RapidShare? Thnx, @ c| @ m
Offline
You are right, the link isn't working...
Offline
Uh oh! Not good!
Offline
The link is working now.....except that the servers are down on the site for upgrades. I will post the new link when they are done for everyone's convenience.
Offline