-
Notifications
You must be signed in to change notification settings - Fork 1
Introduction
Supercolbat edited this page Mar 1, 2022
·
2 revisions
Binary++ is an esoteric programming language, which means that it was designed without practicality in mind. As the name suggests, Binary++ is based on the concepts of the binary numerical base and on binary files.
Make sure that you have Python 3 installed. If not, you can install it here.
Clone the repository and go into the directory.
git clone https://github.com/Supercolbat/binarypp
cd binaryppTo use Binary++, you call it with the following syntax.
python3 -m binaryppTo begin, you'll likely want to start by using the interpreter to run your code. All you need to do is add 00000000 to the start of your file and the tool should automatically detect that you want to run non-compiled code.
TBA