JAGL

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

JAGL is a golfing esolang created by User:Ractangle

Syntax

@ Pushes the rest of the line to the stack

# Prints and pops the top value on the stack

ƒ Does the same thing as # but without a newline

| will also stop the pushing stage

~ Changes end behaviour. After the program gets to the end of the code, the program will go to the beginning of the line it's currently in (or go to the beginning of your program is in one line)

Examples

Hello, world!

@Hello, World!|#

Infinite loop

~

Interpreter

JAGL python interpreter in User:Ractangle's website repo