We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

Brainbits+

From Esolang
Jump to navigation Jump to search

Brainbits+ is an extension of Brainbits that adds 1 command to make it turing complete. It is invented by User:None1.

Commands

Commands
Command Description
\ Invert the bit
> Go to next cell
< Go to prev cell
. Output the current cell value to the next 7 cells, with the bits outputted as an ASCII character
, Input into current cell, 0 or 1
/ BF [ or ]
; Toggle whether the next /'s in source code begin or end a loop (like ???'s ') default is begin

Examples

Cat program

>>\>\<<</>>>>>>>,<<<<<<<.;/

Interpreters

None yet.

See also