Just

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

Just is a golfing esolang created by User:Ractangle that tries to use all ASCII characters (excluding control characters)

Syntax

" String literal

# Prints and pops the top value on the stack

k Does the same thing as # but doesn't pop it

~ Goes to the beginning of the line (or program if it's a one liner) when reaching the end of the program

Examples

Hello, world!

"Hello, World!"#

Infinite loop

~

Cat program

#

Interpreter

Just python interpreter in User:Ractangle's website repo