Kardz

From Esolang
Jump to navigation Jump to search
This article is not detailed enough and needs to be expanded. Please help us by adding some more information.
Kardz
Designed by User:Vizdun
Appeared in 2022
Memory system Category:Stack-based
Dimensions One-dimensional
Computational class Category:Turing complete
Reference implementation kardz
Influenced by Brainfuck
File extension(s) .krdz

Kardz is an esoteric programming language based on brainfuck.

Overview

Symbol Description
# Insert on top of the stack.
* Remove from the top of the stack.
> Place the first element of the stack on the bottom of the stack.
< Place the last element of the stack on the top of the stack.
~ Apply operation to stacks rather than cards.
+ Increment card value.
- Decrement card value.
, Read from stdin.
. Write to stdout.
[] Loop
{} Comment

Examples

TBA