Vague
Jump to navigation
Jump to search
- This article is detailed enough and does not need to be expanded. Please help us by adding some more implementations.
Vague is an esolang.
Instruction Set
? | ? |
---|---|
+ |
Add |
- |
Decrement |
! |
|
> |
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
- Vague/AnimaLibera - the only standards-compliant implementation of Vague
- Vague/IFcoltransG - the only standards-compliant implementation of Vague
- Vague/Quintopia - the only standards-compliant implementation of Vague
- Vague/OliveIsAWord - the only standards-compliant implementation of Vague
Javascript
- https://github.com/VilgotanL/Esolang-implementations/blob/master/js/vague/intetrpeter%2Cjs.sj.js - the only standards-compliant implementation of Vague
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!