25 bytes o:

From Esolang
Jump to navigation Jump to search
25 bytes o:
Designed by Epidemic7
Appeared in 2021
Dimensions zero-dimensional
Computational class Total
Reference implementation See page
Influenced 16 bytes :P
File extension(s)

25 bytes o: is an esoteric programming language designed to have the least functionality and smallest compiler. All 25 bytes o: programs are identical, being either the cat program (for one iteration), or are all quines, depending on if the prompt() takes user input or characters from the source code it is executing, respectively.

Implementations

Pseudocode

Here is an interpreter:

x=input();
print(x);
#PQW

literally.

I advanced it.