legit

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.
legit
Paradigm(s) imperative
Designed by User:blinry
Appeared in 2019
Memory system stack-based, tape-based
Computational class Turing complete
Reference implementation https://github.com/blinry/legit
Influenced by Folders, Befunge, Brainfuck, Elymas
File extension(s) (Programs are defined by Git repositories)

Website: https://morr.cc/legit/

Source code: https://github.com/blinry/legit

Programs written in legit are defined entirely by the commit graph in a Git repository. The content of the repository is ignored. legit is defined so that all relevant information is visible when running git log --graph --oneline. For example, here is hello world:

Legit-hello.png

And here is a brainfuck interpreter:

Legit-brainfuck.png