Vague

From Esolang
Jump to navigation Jump to search

Vague is an esolang.


? ?
+ Add
- Decrement
! Print
> Right
< Left
& NAND
= Push
_ Pop
. End
0 Zero
* Discouraged
2 2D
1 1D
t True
f False
( Start
) End (

Examples

Run code

=0!

We !no program use.

False

 f

V⊇O

Implementations

Python 3

Javascript

Java

  • JVauge - the only standards-compliant implementation of Vague

Implementations of Vague in even more languages are wanted. Please add more. All implementations must precisely follow the specification above!