资 源 简 介
BrainSpace 1.0 is a Befunge/BF -like esolang(esoteric programming language). We have interpreters for BrainSpace 1.0 in Java and JavaScript. The interpreters and libraries are released under Mozilla Public License 1.1.
To download the program, go to http://code.google.com/p/brainspace/downloads/list
There is a pre-built BS1 interpreter: http://brainspace.googlecode.com/files/dist.zip
To learn how to use the library, go to http://code.google.com/p/brainspace/downloads/list
Here"s a typical program in BS1:
+>*Vx o i ^ <
It repeats what user inputted.
BrainSpace 1.0 Operators:
* ^ move up
* V v move down
* v move down
* > move right
* < move left
* % reverse
* * If current cell is not 0, go to next, otherwise, skip next
* X x end program
* / bounce up/left
* ` bounce down/right * ?If current cell is 0,