Skip to content
/ or Public

An esoteric programming language that is similar to brainfuck, but the language is written in 2D space and the memory is also in 2D space.

Notifications You must be signed in to change notification settings

luifire/or

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A 2D esoteric programming language called 'or'.
It is similar to brainfuck but has a 2D memory and runs in 2D space.
I created this in 2008.

This will multiply 5 and 6.

+++++.(>)++++++.V   initialisieren
V               <   auf 3. Speicherstelle


> V                    <          <
  >-.(>)+.(>)+.(<)(<)?V^            [2] runter; [3] hoch; [4]hoch sitzt [2] auf 0 [3] auf [2]

                           (<)
                    V <
                   (<)
sitzt [1] auf
0 raus              -
                    ?
            V       <
                    >(>)V        (<)
                        > +.(>)-.?^V  [3] wird auf [2] kopiert

                        ^    (<)   <

            
            @ fertig

About

An esoteric programming language that is similar to brainfuck, but the language is written in 2D space and the memory is also in 2D space.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published