Bit Stupid

From Esolang
Jump to navigation Jump to search

Bit Stupid is an esoteric programming language by User:A.

, inputs the register.
. outputs a variable.
: starts a do...while loop with register==1. Runs the rest of the line.

Examples

Truth-machine

,:.

Hello, world! (Unary)

.[5735816763073854953388147237921]

.[n] means . repeated n times.

Implementation

An implementation by AmNow can be found here.