We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

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:

And here is a brainfuck interpreter: