~#

An esoteric programming language modeled on Brainfuck. ~# consists of a pointer and a right-infinite tape with every cell initialised to 0. The pointer starts at cell 0, which performs I/O. Programs consist of the characters ~#<>+-=! and [] for loops.

Esoteric programming languages wiki entry