Skip to content

Minimal esolang based around bitwise operations. Spritual predecessor to BITCHWISE

Notifications You must be signed in to change notification settings

Helen0903/bitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

bitch

Minimal esolang based around bitwise operations. Spritual predecessor to BITCHWISE.

Simply compile the java file with:
javac bitch.java
And run with:
java bitch BITCHFILE for integer I/O
java bitch -c BITCHFILE for character I/O
java bitch -d BITCHFILE for debugging
java bitch -cd BITCHFILE or java bitch -c -d BITCHFILE for both

An esolangs article explaining what bitch is and how it works can be found at: https://esolangs.org/wiki/Bitch.
This article contains no information about the -c/-d flags.

About

Minimal esolang based around bitwise operations. Spritual predecessor to BITCHWISE

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages