jive
Jump to navigation
Jump to search
- This is still a work in progress. It may be changed in the future.
jive is a golf esolang made by User: Ractangle
Syntax
Commands | Action | ||||||||
---|---|---|---|---|---|---|---|---|---|
* |
input. | ||||||||
` |
converts top of stack into the following type:
| ||||||||
! |
factorial. | ||||||||
↑ |
print the stack. | ||||||||
↓ |
pop the tos and print it. | ||||||||
:...: |
comments. | ||||||||
0 -9 |
numbers. | ||||||||
[ |
push range of 1-a to stack | ||||||||
↺ |
reverse stack | ||||||||
(...) |
while loop |
Examples
Factorial
*`,!↓
Implementations with automatic type conversion
*!↓
Cat program
*↓