Discuss Scratch

rdococ
Scratcher
500+ posts

Elescript - the Turing-complete programming project

Elescript is a Turing-complete (but maybe a little techy) programming language. Come on and try it here.

Code: your program's code. Commands can be found by looking at the project's scripts.

Console: your program's display output.

ROM: (named inaccurately) your program's page. It is where all values are stored and retrieved. All inputs are actually references to indexes of this page, with two exceptions: 1) the ADD command which adds to the page. 2) the ID inputs to IFEQUAL, REPEATWHILE, ENDREPEATWHILE, and END.

Powered by DjangoBB