Almost Binary

From Esolang
Jump to navigation Jump to search

Almost Binary is a new esoteric, hybrid programming language written in C#. The project was originally created by Kevin Riedl.

The overall target of this programming language is to enable geeks to code in binary platform-independently.

The compiler consumes .abin-files which can only consist of 0s, 1s and spaces (other characters will be ignored (e.g. newlines, tabs) or cause an unexpected token exception).

The runtime consumes .wsdt-files which will be generated by the compiler.

Compiler, runtime and documentation can be found here.

Hello World

011010010110110101110000011011110111001001110100 
011100110111100101110011011101000110010101101101 
0110011001110101011011100110001101110100011010010110111101101110 
01001101011000010110100101101110 0010100000101001 01111011 
010100000111001001101001011011100111010001001100011010010110111001100101 
00101000 00100010 
0100100001100101011011000110110001101111001000000101011101101111011100100110110001100100 
00100010 00101001 0101001001100101011000010110010001001100011010010110111001100101 
0010100000101001 01111101

© Kevin Riedl, Wavect.io