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.
Nothing Of-course, Timeless Hitchhikes In New Gardens
Jump to navigation
Jump to search
Nothing Of-course, Timeless Hitchhikes In New Gardens(NOTHING) was created by User:Jk.NDC in 2025 to do nothing and was simply a silly idea that has to be written down in history before it left the universe.
NOTHING has no commands, no data types, no variables, and outputs nothing
Also technically, this has the smallest interpreter.
Example
Output Nothing
Self-interpreter
Self-optimizer to APLWSI
Self-compiler
Quine
APLWSI interpreter
Self-transcriber to brainfuck
Implementations
All the programs that does nothing are interpreters of this.
Python, Brainfuck, Text, JS, APL, Lua and many many more
C
int main(){return 0;}
but you can also do
main(){}
Java
class EmptyProgram{public static void main(String[] argv){}}
Go (Golang)
package main;func main(){}