This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2009-10-01 19:53:12

fg123
Scratcher
Registered: 2008-11-13
Posts: 1000+

The new EPack programming language coming soon!!!

Hey scratchers,

As you know, I'm making an OS called Xenotype, and a programming language comes with it. Its called EPack(Actually E,E#,E++,E* is short form). I'm not sure how I am going to htde the lists but...anyway, heres the first release of the EPack Coder and Compiler. Code so far:

Every program has:
int main()
{
your code here
stop()
}
some basic code are:
int var name=var value   --> Defines your own variables
prt var name or text   --> if you enter a var name, the value will be printed; if not, the text will be printed in output

thats all for now! you can load the basic program to see.


Hai.

Offline

 

#2 2009-10-01 22:00:31

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: The new EPack programming language coming soon!!!

That will be interesting on how this will be done.

Offline

 

#3 2009-10-02 10:59:03

tcb
Scratcher
Registered: 2008-03-25
Posts: 100+

Re: The new EPack programming language coming soon!!!

I see you took myu advice. Nice one!


http://goo.gl/eCQLihttp://goo.gl/sK54shttp://goo.gl/jC0dehttp://goo.gl/yhGLQhttp://goo.gl/wqvsQ

Offline

 

#4 2009-10-02 18:56:59

fg123
Scratcher
Registered: 2008-11-13
Posts: 1000+

Re: The new EPack programming language coming soon!!!

thanks! look at the first one!


Hai.

Offline

 

Board footer