Bin-8

From Esolang
Jump to navigation Jump to search

bin-8 is an idea (WIP) for programming language. It's founded in 2019 by User:OsmineYT. All instructions are represented in binary, so it's maybe hard to read.

Instructions

Command Short Description Java equivalent
00000000 start of program {
00000001 end of program }
00000010 prints any text System.out.println();

Implementations