jive

From Esolang
Jump to navigation Jump to search
This is still a work in progress. It may be changed in the future.
Logo

jive is a golf esolang made by User: Ractangle

Syntax

Commands Action
* input.
` converts top of stack into the following type:
if the symbol next to ` is then convert tos into
, interger
. float
" string
! factorial.
print the stack.
pop the tos and print it.
[...] comments.
0-9 numbers.
@ variable

Examples

Factorial

*`,!↓

Implementations with automatic type conversion

*!↓

Cat program

*↓

Implementation

Python implementation

Online implementation[1]