Skip to content
This repository has been archived by the owner on Oct 26, 2018. It is now read-only.

Latest commit

 

History

History
27 lines (22 loc) · 992 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 992 Bytes

moORBen

This project is an esoteric language based around falling orbs and a tape of stacks. Each orb has a tape index which points to a stack, an active stack for this orb. A program syntax resembles physical object viewed from side.

Warning: It is not yet finished. Most of programs are working, but a few things are missing (more built-in pocket dimensions, orbs synchronization [a sensor and a holder]). Following examples are fully working.

Hello world

`  Hello world 
` -------------

` <- line comment
o               ` orb starting position
@"Hello world!" ` push string to the active stack
%pS             ` enter pocket dimension called "pS" which is a built-in "function" for printing out a string
^               ` spike - pops orb which terminates execution

Other programs