jive
(Redirected from Fortuludmium)
- 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. | ||||||||
@ |
variable |
Examples
Factorial
*`,!↓
Implementations with automatic type conversion
*!↓
Cat program
*↓