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.
Bitty
Jump to navigation
Jump to search
Bitty
| Extension | .bty |
| influenced by | NanoFuck |
Overview
bitty has 3 instructions !, /, and \. the list below shows there uses.
| Instruction | Definition |
|---|---|
| ! | NOT's the current bit. |
| / | starts a new group. each group has its own bit. |
| \ | ends a group, and adds its bit to the previous groups bit. |
Examples
Note: "I" is used to represent input via the ! instruction
AND gate:
{I!}{I!}!
Computational Class
i believe bitty is turing complete, as all that is neeeded to make logic gates and technically emulate a windows, is NOT and OR gates